
28 May
2004
28 May
'04
8:37 p.m.
Lars Brinkhoff <lars@nocrew.org> writes:
(compile nil `(lambda ,args ,(macroexpand `(,name ,@args))))))
Slightly embarassed, I now recall that the compiler has a very useful feature: it expands macros automatically. Replace the line above with (compile nil `(lambda ,args (,name ,@args))))) -- Lars Brinkhoff, Services for Unix, Linux, GCC, HTTP Brinkhoff Consulting http://www.brinkhoff.se/