Strike directory section: Computers Programming Languages ML Objective_Caml Image Mp3 Ftp Kids News
MetaStrike.com, Advanced MetaSearch Engine
Multi Search Add Bookmark! Make MetaStrike Your Homepage




Home:   Computers:   Programming:   Languages:   ML:   Objective Caml   

See Olso:


Other Category:


Sites:

  •  Objective Label  - http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/
     Extension of OCaml with labeled and optional parameters, and polymorphic variants and methods.
  •  The JoCaml system  - http://pauillac.inria.fr/jocaml/
     Experimental OCaml extension, distributed join-calculus programming model; high-level communication and synchronizing channels, mobile agents, failure detection, garbage collection. Descriptions, documents, downloads.
  •  OCaml Link Database  - http://www.npc.de/ocaml/linkdb/
     Large, indexed, sorted repository of software contributions for OCaml community. Descriptions, downloads, author contacts.
  •  MlGtk  - http://cristal.inria.fr/~cuoq/mlgtk.html
     An interface between OCaml and the Gtk+ toolkit
  •  LablGTK  - http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/lablgtk.html
     OCaml Gtk+ interface.
  •  Camlmake  - http://www.davidb.org/camlmake/
     Hack to build OCaml programs easily, doesn't support any new syntax of 3.00, should be rewritten to use lexer that new ocamldep uses. Description, source code download tar file. [Open Source; LGPL, GPL, Q Public License]
  •  Merjis Ltd.  - http://www.merjis.com/developers/
     Has mod_caml OCaml bindings for Apache API, lets you run CGI scripts written in OCaml directly in Apache webserver; and OCaml tutorial, practical, detailed, for those who already know an imperative or OO language.
  •  Camomile  - http://camomile.sourceforge.net/
     Full Unicode Standard 3.2 library for OCaml. English, Japanese. [Open Source, LGPL]
  •  Dimitri Ara's page: ocaml  - http://www.eleves.ens.fr/home/ara/ocaml.html
     Descriptions, links, software: Epeire graphical interface for OCaml debugger, ocamldsort dependency sorter for OCaml source files. Readme files, downloads.
  •  Yahoo Groups: OCaml_beginners  - http://groups.yahoo.com/group/ocaml_beginners/
     Email forum for mutual aid of those who recognize they're not OCaml gurus yet, ask what you wanted but were afraid to in the very official caml-list at inria.fr, satisfaction not guaranteed, if you teach more than you learn, then you've probably learned more than you're teaching.
  •  OCaml for Scientists  - http://www.ffconsultancy.com/products/ocaml_for_scientists/
     This book teaches the fundamentals of programming using OCaml, assuming little prior knowledge of computer programming. Particular emphasis is placed upon programming paradigms rarely seen in current scientific computing, such as exceptions, polymorphism, higher-order functions, nested functions, pattern matching and modules.
  •  COCAN - The OCaml Alliance Network  - http://wiki.cocan.org/
     A business-focused wiki about OCaml. Why managers should choose OCaml, lists of people and companies available who use it, how to install OCaml on various different operating systems, user groups.
  •  The Caml Language  - http://caml.inria.fr/
     This is the official web page of the OCaml development team. Here you'll find the official distribution, the manual, archives of the mailing list, links to tutorials and contributed libraries (in "The Humps"), style guidelines, books about OCaml.
  •  tuareg mode  - http://www-rocq.inria.fr/~acohen/tuareg/
     The tuareg mode for emacs is used to edit OCaml code. It provides shortcuts, syntax coloring, automatic indentation, interaction with the toplevel.
  •  Cameleon  - http://pauillac.inria.fr/~guesdon/Tools/cameleon/cameleon.html
     An IDE specially designed for OCaml.
  •  Perl4Caml  - http://merjis.com/developers/perl4caml/
     Perl4caml allows you to use any CPAN Perl code within OCaml.
  •  Pycaml  - http://pycaml.sourceforge.net/
     Pycaml allows users to build native OCaml libraries and use them from python and conversely.
  •  OCaml advocacy  - http://perso.ens-lyon.fr/jean-baptiste.rouquier/programmation/ocaml-pub.html
     Lists a few advantages of OCaml.
  •  Markus Mottl's OCaml software  - http://www.ai.univie.ac.at/~markus/home/ocaml_sources.html
     Includes functionnal libraries, interfaces to PostgreSQL and LAPACK and Perl regexps, OCamlMakefile, syntax files for VIM, and a few more.
  •  omlet.vim  - http://www.vim.org/scripts/script.php?script_id=1196
     VIM syntax file for OCaml.
  •  CocOCaml  - http://www.cs.unm.edu/~wneumann/cococaml/
     A Cocoa based wrapper for the OCaml toplevel environment. It was written to solve a number of the problems one usually runs into while running the toplevel under OS X's terminal.