[plt-scheme] Fun with Unicode and delimited continuations

From: John Clements (clements at brinckerhoff.org)
Date: Thu Jun 3 12:06:24 EDT 2010

On Jun 3, 2010, at 7:03 AM, Matthias Felleisen wrote:

> 
> On Jun 3, 2010, at 9:58 AM, Doug Orleans wrote:
> 
>> I think it's similar to using continuations in the web server, to avoid having to break up the flow of a procedure that needs to get information from the user.
> 
> Not really. If you're writing programs not poetry (I do appreciate both!), you want continuation operators when you grab control at unpredictable points (e.g., timer events) or when you compose functions and the continuation is difficult or impossible to compute (e.g., if you used +/- many times). 

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?

John

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4669 bytes
Desc: not available
URL: <http://lists.racket-lang.org/users/archive/attachments/20100603/552b6f00/attachment.p7s>

Posted on the users mailing list.