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. One cool girl who likes videogames!! She ownz yo ass in any videogame cuz she's VideogamerX19 one 2. I heard she smelled Video..
1. The worst football team to ever be made in the history of all of Delaware County. They had one good player, who can jump mountains, and ..
1. Means your flight isnt going to be leaving in the near future. Chances are the airline crew for your flight arent even in the same city..