Update lang/p5-signatures to version 0.11
[dports.git] / lang / ocaml / pkg-descr
1 Objective Caml is an implementation of the ML language, based on
2 the Caml Light dialect extended with a complete class-based object system
3 and a powerful module system in the style of Standard ML.
4
5 Objective Caml comprises two compilers. One generates bytecode
6 which is then interpreted by a C program. This compiler runs quickly,
7 generates compact code with moderate memory requirements, and is
8 portable to essentially any 32 or 64 bit Unix platform. Performance of
9 generated programs is quite good for a bytecoded implementation:
10 almost twice as fast as Caml Light 0.7. This compiler can be used
11 either as a standalone, batch-oriented compiler that produces
12 standalone programs, or as an interactive, toplevel-based system.
13
14 The other compiler generates high-performance native code for a number
15 of processors. Compilation takes longer and generates bigger code, but
16 the generated programs deliver excellent performance, while retaining
17 the moderate memory requirements of the bytecode compiler.
18
19 WWW: http://caml.inria.fr/ocaml/