Hacker News new | ask | show | jobs
by oxff 1479 days ago
Ocaml is just a mess. Has like two standard libs. You'll just fighting everything but your application logic instead.
2 comments

There is only one OCaml build system (dune) which is used by people that don't write their own build system. But yes, you have the freedom of using alternative to the OCaml standard library if you wish so.
I might terminally dumb
Having an npm like ecosystem is hardly better.