ocaml

General purpose programming language in the ML family

brewmacoslinux
Try with needOr install directly
Source

About

General purpose programming language in the ML family

Commands

ocamlocamlcocamloptocamlfindocamllexocamlyacc

Examples

Start the OCaml interactive REPL$ ocaml
Compile an OCaml source file to bytecode$ ocamlc -o program program.ml
Compile an OCaml source file to native code$ ocamlopt -o program program.ml