Tutorial by Examples

Installing OPAM OPAM is a package manager for OCaml. It builds and manages compiler versions and OCaml libraries for you easily. The easiest way to install OPAM on your operating system is to use a package manager for your system. e.g apt-get, yum or homebrew. Mac OSX Installation Instructions U...
Now that the OCaml distribution is available on your favorite operating system, we can create your first program in OCaml: the Hello World! We have different ways to launch an OCaml program. The REPL (toplevel) You can execute your code interactively with the toplevel. With the OCaml toplevel, yo...
Premise These instruction shows a procedure to install native OCaml binaries in Windows. If your operative system is Windows 10 (Insider Preview) build 14316 or later you can also install OCaml through Bash on Ubuntu on Windows. In this case, follow the instruction to install OCaml on Ubuntu. Inst...

Page 1 of 1