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=1.5 required=5.0 tests=AWL,DNS_FROM_RFC_ABUSE, SPF_NEUTRAL autolearn=disabled version=3.1.3 Received: from discorde.inria.fr (discorde.inria.fr [192.93.2.38]) by yquem.inria.fr (Postfix) with ESMTP id 3692ABC68 for ; Wed, 25 Oct 2006 18:09:24 +0200 (CEST) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.239]) by discorde.inria.fr (8.13.6/8.13.6) with ESMTP id k9PG9N6Z030270 for ; Wed, 25 Oct 2006 18:09:23 +0200 Received: by wx-out-0506.google.com with SMTP id s6so171819wxc for ; Wed, 25 Oct 2006 09:09:21 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=kAwO0AK/aArGxqeCRTvW4F4nFLr7PBPfW8QPZonA+gJQR/4pZvsAQLFwGuDy8cY+c/JjVOWqpOSgN+qGPJn076D+0L46XYjjDZrIdKFK9TroNYFdIKXTbFFhZ6Lm1aiseaJx8AFnOoLpKaK5h4IEUIk0uZknL4akM0lIQ4oaPvg= Received: by 10.70.11.5 with SMTP id 5mr1341871wxk; Wed, 25 Oct 2006 09:09:21 -0700 (PDT) Received: by 10.70.40.12 with HTTP; Wed, 25 Oct 2006 09:09:21 -0700 (PDT) Message-ID: <9d3ec8300610250909i1f403157s40b9853b3823274b@mail.gmail.com> Date: Wed, 25 Oct 2006 18:09:21 +0200 From: "Till Varoquaux" To: "=?ISO-8859-1?Q?Fr=E9d=E9ric_Gava?=" Subject: Re: [Caml-list] Application wiich massively use exceptions Cc: caml-list@yquem.inria.fr In-Reply-To: <003501c6f83d$d18537a0$0100a8c0@mshome.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <003501c6f83d$d18537a0$0100a8c0@mshome.net> X-j-chkmail-Score: MSGID : 453F8C33.001 on discorde : j-chkmail score : X : 0/20 1 X-Miltered: at discorde with ID 453F8C33.001 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; interpretor:01 backtracking:01 cheers:01 gava:01 gava:01 beginner's:01 ocaml:01 bug:01 12.:98 beginners:01 prolog:01 wrote:01 caml-list:01 caml-list:01 exceptions:01 First things that comes to my mind is a prolog interpretor: backtracking can be done via exceptions. Cheers, Till On 10/25/06, Fr=E9d=E9ric Gava wrote: > Dear Caml-list, > > With my research teams, we are working on parallel exceptions in parallel > programs. > > To have pratical examples, we are looking for an application which massiv= ely > use exceptions, i.e. use exceptions (many different ones if possible) to > propagate results/errors in an algorithm. > > Would somebody have an idea of such an algorithm or such an application ? > Many thanks ! > > Best, > Fr=E9d=E9ric Gava > > _______________________________________________ > Caml-list mailing list. Subscription management: > http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list > Archives: http://caml.inria.fr > Beginner's list: http://groups.yahoo.com/group/ocaml_beginners > Bug reports: http://caml.inria.fr/bin/caml-bugs >