What is Ocaml?
1.
A French-made programming language, that can be made to work like lisp, C, Java or whatever else you like. It can be interpreted, compiled natively or compiled to bytecode. Overall it's a rather academic but very powerful programming language.
# let rec ocaml_reverse lst =
match lst with
| ->
| h::t -> (ocaml_reverse t)@
h
;;
val ocaml_reverse : 'a list -> 'a list = <fun>
# ocaml_reverse 1;2;3;;
- : int list = 3; 2; 1
See
Random Words:
1.
One who masturbates using only the left hand.
Joe: "Dude, Eli's left arm is so strong--how'd he do it?"
Mike: &quo..
1.
1. Something that is totally awesome or cool
2. Something that is nasty or bad
It depends how you use the word in different contexts
..
1.
The Urinal Complex presents itself in situations when subjects have to choose their spacial proximity to another subject. Subjects will ..