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


54

Random Words:

1. A New One Hour Mystery Series On The CW Television Network. Many who have not seen the pilot call it 'The OC Rip Off' or &apos..
1. To ejaculate more seminal fluid than is normal. An excessive amount of sperm. Most noticeable when ejaculating ON someone as opposed t..
1. derogatory term for an idiot literally meaning having only one testicle. "What an idiot! That halfnard over there doesn't kn..