On 2011-04-29, at 18:21, Vincent Manis wrote: > ... ERROR can be defined as > > (define (error message . objs) > (apply make-error-object message objs))
Sorry about the temporary brain lossage. I meant
(define (error message . objs)
(raise (apply make-error-object message objs)))
-- vincent
_______________________________________________
Scheme-reports mailing list
[email protected]
http://lists.scheme-reports.org/cgi-bin/mailman/listinfo/scheme-reports
