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. the coolest person you will ever meet.or want to meet (talking about rachel broach) person 1: hey man that girls amazing. person 2: a..
1. A person who cant do simple things such as add, spell, or pronounce words. That fegger Alexis kicked me into a doorknob. Alexis though..
1. Popular colthing worn in the Swing era of the 20's - 40's where Jazz was the dominant style of music. Typically worn by jazz ..