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. An aging man who mostly behaves worse than a 2 year old boy. Known to crawl in beds of homes he inspects, and collects roaches so he wi..
1. MRP stands for Mature Role-Play. Role-Play in this definition refers to the typing RP done in video games, chatrooms and forums. MRP is..
1. the BEST HATCH BACK THERE EVER WAS!! man: man that is one cool golf man2: for sure 2. A quality hatch back car, you need to slam it ..