[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Till Varoquaux <till.varoquaux@g...> |
| Subject: | Re: [Caml-list] Application wiich massively use exceptions |
First things that comes to my mind is a prolog interpretor: backtracking can be done via exceptions. Cheers, Till On 10/25/06, Frédéric Gava <gava@univ-paris12.fr> 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 massively > 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édéric 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 >