Ocaml programming language

This is an old revision of this page, as edited by Stephen Gilbert (talk | contribs) at 05:24, 27 July 2002 (linking, external links to end). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

OCaml is an advanced programming language based on the ML family. It supports functional, imperative and object-oriented programming style. The code can either be compiled into bytecode or native for several platforms. There is much work in the compiler which, as a consequence, is highly efficient.