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. Pronounce: To Beer-plus-plus 1) To get a first beer while programming 2) To get a first beer after programming 3) To get some more be..
1. It is a short hand way of saying vegetarian. Veg is often short hand for vegan. "I'm veg" "Well I'm vege&qu..
1. bieng at peace with the ghetto See 5555..
Book Banner