[plt-scheme] current-exception-handler

From: Eli Barzilay (eli at barzilay.org)
Date: Tue Mar 25 09:03:58 EST 2003

On Mar 25, Robby Findler wrote:
> You could play these tricks with macros or functional redefinition
> of the primitives (/, #%app, #%top, etc), in a new language.

Heh, that would be the way I'd do that (some base level Swindle hacks
are made like that), but having a handler around every application is
really an overkill -- enough to take the fun out.

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                  http://www.barzilay.org/                 Maze is Life!


Posted on the users mailing list.