chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] macro aliases


From: Zbigniew
Subject: [Chicken-users] macro aliases
Date: Wed, 28 Dec 2005 04:30:02 -0600

Previously (and as per the manual) I could define a macro alias with
(define-macro new-name old-name)

This doesn't work any more---now, old-name is evaluated as a variable.
 Has this been changed?

Of course, one can still get the effect of an alias with
(define-macro (new-name . args) `(old-name ,@args))

so the problem is merely aesthetic.




reply via email to

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