Category:OCaml
From Rosetta Code
Programming Language
OCaml is a programming language. It may be used to instruct computers to accomplish a variety of tasks which may or may not be domain-specific. You may find a list of its users on RC here.
Listed below are all of the tasks on Rosetta Code which have been solved using OCaml.
See also: OCaml on the HOPL
Implementation
This is an implementation of Caml.
You may find other implementations of this language at Category:Caml Implementations.
OCaml extends the core Caml language with object-oriented constructs.
OCaml's toolset includes an interactive toplevel interpreter, a bytecode compiler, and an optimizing native code compiler. It has a large standard library that makes it useful for many of the same applications as Python or Perl, as well as robust modular and object-oriented programming constructs that make it applicable for large-scale software engineering.
OCaml is the successor to Caml Light. The acronym CAML originally stood for Categorical Abstract Machine Language, although OCaml abandons this abstract machine.
[edit] Citations
Pages in category "OCaml"
The following 185 pages are in this category, out of 185 total.

