On Sun, 2008-01-20 at 01:55 -0500, Ray Racine wrote:
> Here is a parsimonious pearl for non-batch, REPL work, which I suspect
> is full of unintended consequences and land mines but is working so
> far ...
Simpler yet...
(define simple-error-handler
(lambda e
(decode-error e)
(reset)))