[plt-scheme] Error...

From: Jacob Matthews (jacobm at cs.uchicago.edu)
Date: Wed Dec 14 09:24:08 EST 2005

On Dec 14, 2005, at 8:16 AM, Matthias Felleisen wrote:

>  (define (error str) (display str) (newline) (/ 1 0) (car '()) (5  
> (lambda (x) (x x))))

See also: SRFI-23 at

    http://srfi.schemers.org/srfi-23/srfi-23.html

It's basically the semi-standardized version of this, but there's  
lots of discussion and so on that could be useful.

-jacob


Posted on the users mailing list.