Objective Caml
From Gallium
(Redirected from Ocaml)
Official page: caml.inria.fr
The Objective Caml system is the main implementation of the Caml language. It features a powerful module system and a full-fledged object-oriented layer. It comes with a native-code compiler that supports numerous architectures, for high performance; a bytecode compiler, for increased portability; and an interactive loop, for experimentation and rapid development.
[edit]
Associated tools
- The Camlp4 pre-processor
- The Ocamlbuild automated build tool