[Scheme-reports] Exception handling Vincent Manis (30 Apr 2011 01:22 UTC)
Re: [Scheme-reports] Exception handling Vincent Manis (30 Apr 2011 04:34 UTC)
Re: [Scheme-reports] Exception handling John Cowan (30 Apr 2011 21:22 UTC)
Re: [Scheme-reports] Exception handling Vincent Manis (30 Apr 2011 23:11 UTC)
Re: [Scheme-reports] Exception handling John Cowan (01 May 2011 05:27 UTC)

Re: [Scheme-reports] Exception handling Vincent Manis 30 Apr 2011 04:33 UTC

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