5 ms·
As an OCaml-curious, is this the community recommendation, to choose the Jane Street stdlib if you’re just getting started?
by paulsmith 10mo ago
As an OCaml-curious, is this the community recommendation, to choose the Jane Street stdlib if you’re just getting started?
- tlavoie 10mo agoIt's probably the path of least resistance if following the Real World OCaml book (https://dev.realworldocaml.org/ https://dev.realworldocaml.org/), which is quite excellent.
- debugnik 10mo agoMany learning materials will push you that way, but the vast majority of FOSS packages don't use it. There's nothing inherently wrong with using Jane Street's stdlibs if you miss the goodies they provide, but be aware the API suffers breaking changes from time to time and they support less targets than regular OCaml. I personally stopped using them, and use a few libraries from dbunzli and c-cube instead to fill the gaps.