top | item 45849093

(no title)

paulsmith | 3 months ago

As an OCaml-curious, is this the community recommendation, to choose the Jane Street stdlib if you’re just getting started?

discuss

order

debugnik|3 months ago

Many 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.