[Small-cl-src-discuss] Re: Funcallable macros

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/
7593
Age (days ago)
7593
Last active (days ago)
0 comments
1 participants
participants (1)
-
Lars Brinkhoff