Categorical abstract machine language
Categorical abstract machine language, aka Categorical abstract machine language, is an actively used programming language created in 1985. Caml (originally an acronym for Categorical abstract machine language) is a multi-paradigm, general-purpose programming language which is a dialect of the ML programming language family. Caml was developed in France at INRIA and ENS. Like many descendants of ML, Caml is statically typed, strictly evaluated, and uses automatic memory management. Read more on Wikipedia...
34Years Old | 525Users | 2Jobs |
- Categorical abstract machine language ranks in the top 5% of languages
- the Categorical abstract machine language website
- the Categorical abstract machine language wikipedia page
- Categorical abstract machine language first appeared in 1985
- See also: ocaml, ml, f-sharp, lisp, c, standard-ml
- I have 57 facts about Categorical abstract machine language. what would you like to know? email me and let me know how I can help.
Example code from Wikipedia:
# haar [1; 2; 3; 4; -4; -3; -2; -1];; - : int list = [0; 20; 4; 4; -1; -1; -1; -1]
Last updated December 10th, 2019