[racket] raise-ing an exception inside prompt

From: Robby Findler (robby at eecs.northwestern.edu)
Date: Wed Dec 22 12:54:41 EST 2010

I'm not completely sure. If drracket couldn't take me, I'd resort to
grepping ...

Robby

On Wed, Dec 22, 2010 at 11:52 AM, Keiko Nakata
<keiko at kurims.kyoto-u.ac.jp> wrote:
> From: Robby Findler <robby at eecs.northwestern.edu>
> Subject: Re: [racket] raise-ing an exception inside prompt
> Date: Wed, 22 Dec 2010 11:46:49 -0600
>
>> No, prompt doesn't do that.
>>
>> This boils down to what the default uncaught-exception-handler does, which is:
>>
>>   (abort-current-continuation (default-continuation-prompt-tag) void)
>
> Thanks.
>
>> The relevant docs are in raise, with-exception-handler, and
>> uncaught-exception-handler.
>
> Can I get to know where is the source, as drracket does not navigate me?
>
> Keiko
>


Posted on the users mailing list.