[racket] raise-ing an exception inside prompt

From: Keiko Nakata (keiko at kurims.kyoto-u.ac.jp)
Date: Wed Dec 22 12:52:39 EST 2010

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.