Ocaml programming language
Appearance
Objective CAML, also known as Ocaml or O'Caml for short (or some other alternative spelling), is an advanced programming language based on the ML family. To the functional and imperative features that are standard to ML, it adds object-oriented concepts.
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.
External Links
- http://caml.inria.fr/ -- O'Caml official website
- http://pauillac.inria.fr/caml -- O'Caml resources
- http://www.ocaml.org -- [This looks like a better-looking partial mirror of the official website, but not absolutely up-to-date, and who exactly operates it ?]