slackbuilds_ponce/development/ocaml
David Somero 6ad9320a71 development/ocaml: Misc automated cleanups.
Signed-off-by: David Somero <xgizzmo@slackbuilds.org>
2010-06-04 01:03:12 -04:00
..
ocaml.info development: nitpicks on ordering of .info file 2010-05-18 00:29:17 -05:00
ocaml.SlackBuild development/ocaml: Misc automated cleanups. 2010-06-04 01:03:12 -04:00
README
slack-desc

Caml is a general-purpose programming language, designed with program safety
and reliability in mind. It is very expressive, yet easy to learn and use.
Caml supports functional, imperative, and object-oriented programming styles.
The Objective Caml system is the main implementation of the Caml language.
It features a powerful module system and a full-fledged object-oriented layer.
It comes with a native-code compiler that supports numerous architectures, for
high performance; a bytecode compiler, for increased portability; and an
interactive loop, for experimentation and rapid development.