[racket] raise-ing an exception inside prompt

From: Sam Tobin-Hochstadt (samth at ccs.neu.edu)
Date: Wed Dec 22 13:00:09 EST 2010

On Wed, Dec 22, 2010 at 12:52 PM, Keiko Nakata
<keiko at kurims.kyoto-u.ac.jp> wrote:
>> 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?

The source for `with-handlers' and `prompt' you can find by using
check syntax and then right-clicking on the relevant identifiers.

For `raise' etc, their source is in C, and can be found here:

https://github.com/plt/racket/blob/master/src/racket/src/error.c

Search for `sch_raise'.

-- 
sam th
samth at ccs.neu.edu


Posted on the users mailing list.