Computing (FOLDOC) dictionary
Jump to user comments
language (Originally "CAML" - Categorical Abstract Machine
Language) A version of
ML by G. Huet, G. Cousineau, Ascander
Suarez, Pierre Weis, Michel Mauny and others of
INRIA. CAML
is intermediate between
LCF ML and
SML [in what sense?].
run-time system.
The CAML V3.1 implementation added
lazy and
mutable data
structures, a "
grammar" mechanism for interfacing with the
complete library.
in 1990 Xavier Leroy and Damien Doligez designed a new
implementation called
CAML Light, freeing the previous
implementation from too many experimental high-level features,
and more importantly, from the old Le_Lisp back-end.
class layer in 1996, the project's name was changed to
Objective CAML. In 2000, Jacques Garrigue added labeled and
optional arguments and anonymous variants.
["The CAML Reference Manual", P. Weis et al, TR INRIA-ENS,
1989].
(2002-05-21)