From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id CAA16992; Thu, 4 Apr 2002 02:38:53 +0200 (MET DST) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id CAA15939 for ; Thu, 4 Apr 2002 02:38:51 +0200 (MET DST) Received: from saul.cis.upenn.edu (SAUL.CIS.UPENN.EDU [158.130.12.4]) by concorde.inria.fr (8.11.1/8.11.1) with ESMTP id g340coD23449 for ; Thu, 4 Apr 2002 02:38:51 +0200 (MET DST) Received: from localhost (localhost [127.0.0.1]) by saul.cis.upenn.edu (8.12.2/8.12.2) with SMTP id g340co5V010655 for ; Wed, 3 Apr 2002 19:38:50 -0500 (EST) To: caml-list@pauillac.inria.fr Subject: [Caml-list] Continuations tutorial/examples in OCaml Reply-to: bcpierce@cis.upenn.edu Date: Wed, 03 Apr 2002 19:38:49 EST Message-ID: <10654.1017880729@saul.cis.upenn.edu> From: "Benjamin C. Pierce" Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk I've been discussing programming idioms based on continuations with some students, and I'd like to find a nice tutorial or compendium of examples illustrating some of the useful and mind-bending things that can be done. I know there are lots of tutorials from the Scheme community, but they tend to depend on continuations as a *language* mechanism (call/cc), which OCaml (which is the context of this discussion) doesn't have. So I'd prefer to find something that develops the same ideas in a more concrete way, using an explicit continuation-passing style. [Scheme (or Haskell, SML, or whatever) syntax is no problem, as long as the continuations are explicit.] Pointers appreciated... Benjamin ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners