ocaml


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 =
# ocaml_reverse 1;2;3;;
– : int list = 3; 2; 1

Read Also:

  • Odonku

    and indian phrase, meaning “dumb” or “incoherent”. often used to describe a person who is making non sense out of their words and is close minded about open minded subjects. also, one may be an odonku if they are using illogic definitions to their extensive-minded thoughts. joe: dude, mr. smith was being such an odonku […]

  • odver

    od-ver (odd-ver), verb 1. when one is drunk, but still sober enough to make semi-logical decisions. “uim durnk , but ims odver enough otm know this is agood idea”

  • Offence

    the british way of writing offense. not the r-t-rded way like some people believe. no offence, but that tea is bl–dy awful! how r-t-rds spell “offense”. r-t-rd: “hey, no offence but-” me: “-smacks-“

  • Of coors

    instead of saying “of course”, you say “of coors”…like the beer. magic chris: “are you going to the football game tonight?” bob swersky: “of coors.”

  • Offliner

    a message sent on an im client while the other person is offline. i sent my boss an offliner, i hope he gets it on time. one who has yet to embrace the use of im, microblogging, commenting, etc. as a means of communications and “social” relationship building. my friend isn’t on twitter yet. total […]


Disclaimer: ocaml definition / meaning should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional. All content on this website is for informational purposes only.