|
|
|
|
|
by Zababa
1720 days ago
|
|
I don't think that's totally fair. The Up and Running page of the OCaml website (https://ocaml.org/learn/tutorials/up_and_running.html) was added during 2020. Before that it lacked a straighforward introduction on what you need and how to install it. Node, Go and Rust all come with the package manager, and Rust even comes with a way of managing the different Rust versions. The essential part are here, and everything works well, but for new users it lacks polishing. You can argue that it would take a lot of time for a community that is a bit short on manpower, and that's true. But in the end the experience isn't as good as with other ecosystems. |
|
Landing page: https://web.archive.org/web/20191002202720/https://ocaml.org...
From which you can click through to the Install page: https://web.archive.org/web/20190819032815/https://ocaml.org...
Over there the second and third lines are:
> The OCaml compiler and libraries can be installed in several ways:
> - With OPAM, the OCaml package manager (recommended).
That points you to the opam install instructions, which looks pretty similar to what it does now.
Look, I agree with you that OCaml installation and tooling are not the easiest to get into. But it wasn't like what the GP was making it out to be.