[plt-scheme] Fun with Unicode and delimited continuations

From: Doug Orleans (dougorleans at gmail.com)
Date: Thu Jun 3 12:41:42 EDT 2010

On Thu, Jun 3, 2010 at 12:06 PM, John Clements
<clements at brinckerhoff.org> wrote:
> Am I naive to think of this use of delimited continuations as basically being a version of 'yield' with external control over the yield boundary?

I think it's sort of the dual of that.  With yield, you can return
from a function multiple times (controlled by the caller).  This
example is calling the continuation multiple times, but then returning
from the function once.

--dougorleans at gmail.com


Posted on the users mailing list.