Search in: Word
Vietnamese keyboard: Off
Virtual keyboard: Show
Computing (FOLDOC) dictionary
Caml Light
Jump to user comments
A small portable implementation of a version of CAML by
Xavier Leroy [email protected] and Damien Doligez of
INRIA. Caml Light uses a bytecode interpreter written in
C. It adds a Modula-2-like module system, separatecompilation, lazy streams for parsing and printing,
graphics primitives and an interface with C.