Jump to content

Ocaml programming language: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
m linking, external links to end
mNo edit summary
Line 2: Line 2:
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.
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 ==
==== External Links ====
*http://www.ocaml.org -- Ocaml offical website
*http://www.ocaml.org -- Ocaml offical website
*http://pauillac.inria.fr/caml -- Ocaml resources
*http://pauillac.inria.fr/caml -- Ocaml resources

Revision as of 17:43, 27 July 2002

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.