Caml language

Stuff that has yet to be sorted into a category.
Post Reply
Message
Author
robwoj44
Posts: 399
Joined: Fri 08 Aug 2008, 18:15
Location: Warsaw

Caml language

#1 Post by robwoj44 »

http://caml.inria.fr/
Objective Caml is the most popular variant of the Caml language. From a language standpoint, it extends the core Caml language with a fully-fledged object-oriented layer, as well as a powerful module system, all connected by a sound, polymorphic type system featuring type inference.
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.
http://dotpups.de/puppy4/dotpups/Programming/

User avatar
SpiceGuid
Posts: 20
Joined: Thu 20 Mar 2008, 15:45

#2 Post by SpiceGuid »

Some Objective Caml modules to be mentionned:
  • LablGL provides ocaml bindings to OpenGL
  • LablGTK provides ocaml bindings to GTK2
http://wwwfun.kurims.kyoto-u.ac.jp/soft/

Post Reply