Bug report

Emmanuel Medernach <[email protected]> Sat, 15 Jan 2011 10:35:17 +0100
Newsgroups gmane.lisp.scheme.scheme48
Message-ID <[email protected]>
Hello,

I have a bug to report with the last Scheme48 build ( 1.8 )
The following macro generates an error :

(define-syntax foo
 (syntax-rules ()
   ((foo (a ...) (b ...))
    (list (list a b ...) ...))))

However it works fine with other Scheme implementations:
(foo (1 2 3) (4 5)) => ((1 4 5) (2 4 5) (3 4 5))

Best regards,
--
medernac.vcf (text/x-vcard, 283 B)
begin:vcard
fn:Emmanuel Medernach
n:Medernach;Emmanuel
org:IN2P3/CNRS ;63177 AUBIERE CEDEX
adr:;;;Clermont-Ferrand;;63000;France
email;internet:[email protected]
title:Laboratoire de Physique Corpusculaire
tel;work:04 73 40 79 87
x-mozilla-html:FALSE
version:2.1
end:vcard