I'm new to OCaml, and I it's often suggested that I use Jane Street's standard-library instead of the one that ships with the compiler.
However, there seem to even be several of those, and I don't know which I should be using:
- Base,
- Core,
- and Core_kernel.
Can anybody quickly summarize the difference between these (and perhaps vs. Batteries, etc), or when and why I should choose one over the others?