Ocaml

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 lisp, c, java, plagal


0

Random Words:

1. When your doing ur boyfriend and u punch him in the back of the head and he tightens up and u pee in his butt Josh was Doin Tyler in th..
1. n. A phrase used to describe any emotion or situation BG: Derived from the ancient method of clipping ones nipples. Especially used i..
1. -The area where there's just all hair and asscrack. -Also used to compare a flaming person with a large supply of feggi on hand. ..
Book Banner