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. means Grandpa in Yiddish. "Hey Zayde, howya doin'?" "I missed you so much, Zayde!" "Zayde, it's go..
1. a non stop pussy fart that continues on more than 40 seconds. abbycannon www.myspace.com/abbycannon at school many people like to ..
1. To chug an alcoholic drink by raising it in the air at full arm's length above your mouth and pouring the drink into your mouth fro..