Why I used OCaml to developed a utility to download Jira items

Not a technical post – but my notes on why I decided to use OCaml to develop a small utility that download Jira items to SQLite
https://whoek.com/b/jira-to-sqlite-with-scrumdog

The Hacker News comments here
https://news.ycombinator.com/item?id=32109461

Development environment: OCaml v4.12.0 on Windows (Graphical Installer - cygwin64)
Libraries used: sqlite3, yojson, curly

Thanks

10 Likes

That’s cool, but it looks like the source code is not available, so no one can actually see the OCaml :wink:

3 Likes

Thanks for sharing. Your way of analyzing the different language options is similar to mine, and I also found ocaml to be a winner. In my case I just hated golang, but that is a totally different story

1 Like