README 601 B

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