[plt-scheme] Re: 369.2

From: Robby Findler (robby.findler at gmail.com)
Date: Sun Dec 24 15:56:56 EST 2006

On 12/21/06, Matthew Flatt <mflatt at cs.utah.edu> wrote:
> 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.

It should be working now (in SVN). Sorry for the delay.

Robby


Posted on the users mailing list.