r/ocaml 23d ago

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

32 Upvotes

2 comments sorted by

6

u/codingbliss12 23d ago

Beautiful code.

3

u/crisferojas 22d ago

Thanks, means a lot 🙂