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

Re: Potential issue: MACRO-SPECIAL-FORMS



I'd agree with turning macros back into special forms provided that CL
defines a code-walker as part of the language.  Such a code-walker should
accept functions as user-provided arguments to do things to each evaluable
form, each occurrence of a variable, etc., etc. - in other words, all the
points at which interesting stuff is done by real code-walkers.  
Proposal, anybody?