chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] Bug report (forwarded)


From: Mario Domenech Goulart
Subject: [Chicken-users] Bug report (forwarded)
Date: Sat, 15 Jan 2011 08:16:19 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.91 (gnu/linux)

--- Begin Message --- Subject: Bug report Date: Fri, 14 Jan 2011 11:32:10 +0100 User-agent: Thunderbird 1.5.0.12 (X11/20101210)
Hello,

I have a bug to report with the last Chicken build ( Version 4.6.0 )
The following macro generates an error :

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

Error: during expansion of (syntax-rules ...) - too many ellipses: (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,
--

Attachment: medernac.vcf
Description: Vcard


--- End Message ---

-- 
http://parenteses.org/mario

reply via email to

[Prev in Thread] Current Thread [Next in Thread]