[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Potential issue: MACRO-SPECIAL-FORMS
- To: cl-cleanup@SAIL.STANFORD.EDU
- Subject: Re: Potential issue: MACRO-SPECIAL-FORMS
- From: "Steve Bacher (Batchman)" <SEB1525@draper.com>
- Date: Wed, 8 Mar 89 08:02 EST
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?