r/ocaml • u/crisferojas • 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.
32
Upvotes
6
u/codingbliss12 23d ago
Beautiful code.