Reputation: 177
Some time ago I started learning OCaml for improving my code skils. And now I wonder, is it worth to try use OCaml without Core, or it useful only with third party libs?
Upvotes: 1
Views: 206
Reputation: 1172
You may discover that ocaml has a standard library.
Does Core support windows?
Upvotes: 0
Reputation: 35270
No it is not useless. Moreover, Core is a library with a very high entrance barrier. So I would personally suggest to learn OCaml without the Core library. And then switch to it, as soon as you start to use OCaml for real life coding.
Upvotes: 3