|
macro aliases: msg#00107lisp.scheme.chicken
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. |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: objc and cocoa updated: 00107, Zbigniew |
|---|---|
| Next by Date: | Re: Question: 00107, Sunnan |
| Previous by Thread: | Questioni: 00107, Benedikt Rosenau |
| Next by Thread: | sxml-transforms updated: 00107, Zbigniew |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |