[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Scheme-reports] Exception handling



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
Scheme-reports@x
http://lists.scheme-reports.org/cgi-bin/mailman/listinfo/scheme-reports