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.
The father figure who appears from the mist to save the lost. Jack Flack is a legend who wears a black leather sport coat, appears from ..
1.
A really cool name for a girl(who likes nintendo)'s pussy.
Erik:Damn, that Emily has a really well baked Yoshi's Cookie!
Der..