From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@sympa.inria.fr Delivered-To: caml-list@sympa.inria.fr Received: from mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by sympa.inria.fr (Postfix) with ESMTPS id 563567EE51 for ; Wed, 24 Apr 2013 13:20:35 +0200 (CEST) Received-SPF: None (mail2-smtp-roc.national.inria.fr: no sender authenticity information available from domain of forum@x9c.fr) identity=pra; client-ip=178.33.253.128; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="forum@x9c.fr"; x-sender="forum@x9c.fr"; x-conformance=sidf_compatible Received-SPF: Pass (mail2-smtp-roc.national.inria.fr: domain of forum@x9c.fr designates 178.33.253.128 as permitted sender) identity=mailfrom; client-ip=178.33.253.128; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="forum@x9c.fr"; x-sender="forum@x9c.fr"; x-conformance=sidf_compatible; x-record-type="v=spf1" Received-SPF: None (mail2-smtp-roc.national.inria.fr: no sender authenticity information available from domain of postmaster@mo1.mail-out.ovh.net) identity=helo; client-ip=178.33.253.128; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="forum@x9c.fr"; x-sender="postmaster@mo1.mail-out.ovh.net"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AqoCAG6/d1GyIf2AnGdsb2JhbABRgzy+UIEVDgEBAQEBCAsJCRQoBAMBAoIRRTIKA4cagi0eBAi9W412gTIdglJhA5g9il6IK4Fy X-IPAS-Result: AqoCAG6/d1GyIf2AnGdsb2JhbABRgzy+UIEVDgEBAQEBCAsJCRQoBAMBAoIRRTIKA4cagi0eBAi9W412gTIdglJhA5g9il6IK4Fy X-IronPort-AV: E=Sophos;i="4.87,542,1363129200"; d="scan'208";a="14653665" Received: from 13.mo1.mail-out.ovh.net (HELO mo1.mail-out.ovh.net) ([178.33.253.128]) by mail2-smtp-roc.national.inria.fr with ESMTP; 24 Apr 2013 13:20:35 +0200 Received: from mail440.ha.ovh.net (gw6.ovh.net [213.251.189.206]) by mo1.mail-out.ovh.net (Postfix) with SMTP id BF229FF91B4 for ; Wed, 24 Apr 2013 13:20:34 +0200 (CEST) Received: from b0.ovh.net (HELO queueout) (213.186.33.50) by b0.ovh.net with SMTP; 24 Apr 2013 13:22:20 +0200 Received: from dhcp-128-232-141-216.eduroam.csx.cam.ac.uk (forum%x9c.fr@128.232.141.216) by ns0.ovh.net with SMTP; 24 Apr 2013 13:22:19 +0200 From: "forum@x9c.fr" Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Ovh-Mailout: 178.32.228.1 (mo1.mail-out.ovh.net) Date: Wed, 24 Apr 2013 12:20:33 +0100 Message-Id: <938FE4A2-B58D-4DC9-BE19-C8C9370E56C9@x9c.fr> Cc: "forum@x9c.fr" To: caml-list@inria.fr Mime-Version: 1.0 (Apple Message framework v1283) X-Mailer: Apple Mail (2.1283) X-Ovh-Tracer-Id: 13865175878561628960 X-Ovh-Remote: 128.232.141.216 (dhcp-128-232-141-216.eduroam.csx.cam.ac.uk) X-Ovh-Local: 213.186.33.20 (ns0.ovh.net) X-OVH-SPAMSTATE: OK X-OVH-SPAMSCORE: 0 X-OVH-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrfeeifedrgedtucetufdoteggodetrfcurfhrohhfihhlvgemucfqggfjnecuuegrihhlohhuthemuceftddtnecu X-Spam-Check: DONE|U 0.5/N X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: 0 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrfeeifedrgedtucetufdoteggodetrfcurfhrohhfihhlvgemucfqggfjnecuuegrihhlohhuthemuceftddtnecu Subject: [Caml-list] OCaml-Java & concurrent programming: request for feedback Dear list, The OCaml-Java is a project whose goal is to allow compilation of OCaml sources to Java bytecode, thus allowing execution on any JVM. The objectives are to gain access to a greater number of libraries, and to be able to take advantage of multiple cores. A new binary release of OCaml-Java has just been published, with an enhanced version of the "concurrent" library. The library features many different abstractions over concurrent computations: atomics, futures, fork/join, map/reduce, STM, etc. An introduction to the library can be found at the following address: http://ocamljava.x9c.fr/preview/concurrency.html while general information about the project, and download links can be reached at the following address: http://ocamljava.x9c.fr/preview/ I am looking for testers of the OCaml-Java project at large, and of the concurrent library in particular. So, if you are interested in OCaml multicore programming, just give it a try and give feedback (either here, by private mail, or through the bugtracker available at http://bugs.x9c.fr). Thanks in advance. Regards, Xavier Clerc