From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=AWL autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by yquem.inria.fr (Postfix) with ESMTP id AD769BC0A for ; Mon, 4 Jun 2007 10:57:44 +0200 (CEST) Received: from yquem.inria.fr (yquem.inria.fr [128.93.8.37]) by concorde.inria.fr (8.13.6/8.13.6) with ESMTP id l548vilV028301 for ; Mon, 4 Jun 2007 10:57:44 +0200 Received: by yquem.inria.fr (Postfix, from userid 18041) id 50A31BC0A; Mon, 4 Jun 2007 10:57:44 +0200 (CEST) Date: Mon, 4 Jun 2007 10:57:44 +0200 To: caml-list@inria.fr Subject: JoCaml Released. Message-ID: <20070604085744.GA4654@yquem.inria.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.9i From: luc.maranget@inria.fr (Luc Maranget) X-Miltered: at concorde with ID 4663D408.001 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; jocaml:01 maranget:01 maranget:01 jocaml:01 syntax:01 syntax:01 bytecode:01 compiler:01 toplevel:01 compiler:01 ocaml:01 ocaml:01 disparition:98 luc:01 luc:01 We are happy to annouce the release of JoCaml. JoCaml is an extension of Objective Caml for concurrent and distributed programming based upon the join calculus. More details (including a tutorial) are available on the jocaml web site: . The new JoCaml (born again jocaml) is a total re-implementation of the new defunct JoCaml by F. Le Fessant. With respect to this previous version, changes are important. * New syntax. Believe it or not, the new syntax is better. * More convenient command set (bytecode compiler jocamlc, toplevel jocaml, native code compiler jocamlopt). * Disparition of mobility features. More reasearch is needed for those, besides they break OCaml compatibility. * Full compatibility with OCaml. For that reason, we adopt OCaml releasing scheme: initial version of JoCaml is 3.10.0. --- Louis Mandel & Luc Maranget (jocaml-devel@inria.fr).