Ocaml programming language: Difference between revisions
Appearance
Content deleted Content added
No edit summary |
m linking, external links to end |
||
Line 1: | Line 1: | ||
OCaml is an advanced programming language based on the [[ML]] family. It supports functional, imperative and object-oriented programming style. |
'''OCaml''' is an advanced [[programming language]] based on the [[ML]] family. It supports [[functional programming|functional]], [[imperative programming|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 |
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 == |
|||
Official website: http://www.ocaml.org |
|||
*http://www.ocaml.org -- Ocaml offical website |
|||
*http://pauillac.inria.fr/caml -- Ocaml resources |
Revision as of 05:24, 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.
External Links
- http://www.ocaml.org -- Ocaml offical website
- http://pauillac.inria.fr/caml -- Ocaml resources