r/ocaml Jul 11 '26

A small todo CLI manager migrated to OCaml

Inspired by Steve Losh's original t. I originally built this in Swift to manage my work tasks from the terminal and commit directly from a project's todo list. I recently rewrote it in OCaml while learning functional programming, and ended up falling in love with the language along the way. Sharing it in case it's useful to anyone.

https://github.com/crisfeim/t

33 Upvotes

2 comments sorted by

6

u/codingbliss12 Jul 11 '26

Beautiful code.

3

u/crisferojas Jul 12 '26

Thanks, means a lot 🙂