←back to thread

157 points matt_d | 1 comments | | HN request time: 0s | source
Show context
zerr ◴[] No.45136581[source]
I remember the go to alternative "standard" library was being developed by some bank from Wall Street. Is it still the case? i.e. do most people still use that 3rd party lib or did the real standard library evolve since then?
replies(3): >>45136791 #>>45136809 #>>45137547 #
rs186 ◴[] No.45137547[source]
That's my concern for even adopting OCaml for my hobby projects. Poking around Jane Street's "alternative" standard library does not give me much confidence about its state. Just the fact that there are Core and Base isn't encouraging. If I ever use OCaml in a project, I want to spend time getting things done, not looking for implementations or writing code myself (unless I am really in a mood to do so).
replies(1): >>45153453 #
1. aguluman ◴[] No.45153453[source]
Hi there, I use OCaml in my hobby projects. You will get this done, if you experiments and find what works for you. Personally, I use Base and Stdlib. Its been enough for my 3 projects so far.

Don't know if this would be of value to you. You can check out my blog built with OCaml, its made from my custome static site generator. https://www.fearful-odds.rocks