[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-kawa] [bug #35526] Nested macro
From: |
Helmut Eller |
Subject: |
[Bug-kawa] [bug #35526] Nested macro |
Date: |
Tue, 14 Feb 2012 11:13:21 +0000 |
User-agent: |
Opera/9.80 (X11; Linux i686; U; en) Presto/2.10.229 Version/11.61 |
Follow-up Comment #2, bug #35526 (project kawa):
Oops, the simpler version should have been this:
(define-syntax foo
(syntax-rules ()
((foo-id bar-id stuff ...)
(let ((f (lambda () (display "barn"))))
(let-syntax ((bar-id (syntax-rules ()
((bar-id) (f)))))
stuff ...)))))
(define (baz)
(foo bar (bar) (bar)))
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?35526>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/