From: Matthew Flatt (mflatt at cs.utah.edu) Date: Thu Dec 21 20:52:18 EST 2006 |
|
At Fri, 22 Dec 2006 01:48:51 +0000 (UTC), Kyle Smith wrote: > Welcome to DrScheme, version 369.2-svn21dec2006. > Language: Pretty Big (includes MrEd and Advanced Student) custom. > > (define k #f) > > (thread (lambda () (let/cc id (set! k id)))) > #<thread> > > (sleep 0.1) > > (k 1 2 3) > . continuation application: attempt to cross a continuation barrier DrScheme's REPL isn't converted, yet, but it will be. Matthew
Posted on the users mailing list. |
|