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 metaphorical disease where one speaks at length about something one knows nothing about; the running of the mouth; talking shit Man, ..
1. This term has become popular on many fanart or anime sites. It is also used on various other web sites. It's a japanese word that..
1. Chavpool is and alternative word for the small shithole of Blackpool. Its a rundown place next to a bit of water. Chavpool can boast ma..