OCaml

| Comments

Installing #

For macOS (see other platforms):

brew install opam

Initialize:

opam init

# Test
opam switch

Some utilities:

# For the VS Code extension (OCaml Platform)
opam install ocaml-lsp-server

# OCaml REPL
opam install utop

# Standard library recommended by Real World OCaml
opam install core core_bench