[Larceny-users] error compiling cons form

Marco Maggi marco.maggi-ipsu at poste.it
Fri Dec 26 14:45:41 EST 2008


The problem goes away if I do:

(define-syntax defer-exceptions
  (syntax-rules ()
    ((_ ?form0 ?form ...)
     (guard (exc (else
		  (let ((e (deferred-exceptions)))
		    (and e (deferred-exceptions (cons exc e))))))
       ?form0 ?form ...))))

"Marco Maggi" wrote:
>I really, really, really do not
>want to know why compiling CONS
>does this, just tell me if it is
>a bug in the compiler and I have
>to wait for a fix.

Sorry for the whining. :)
-- 
Marco Maggi

"Now feel the funk blast!"
Rage Against the Machine - "Calm like a bomb"




More information about the Larceny-users mailing list