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. R.I.P. Proof, friend of Mr Mathers, rapper in D-12, was shot and died in the early hours of Tuesday morning on April 11th 2006. May he r..
1. an evil person a pervert a female a verbal hole filler (From an episode of the simpsons) "second comes straight after first!&q..
1. The cool way to say "no homo." Rule number one, no frag grenades. See no, homo, frag, grenades, gay..