[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: (BUG LISP) at MIT-AI, (BUG LISPM) at MIT-AI
- Subject:
- From: MOON@MIT-MC
- Date: Tue ,22 Aug 79 11:34:36 EDT
RMS@MIT-AI 08/22/79 23:36:38
To: (BUG LISP) at MIT-AI, (BUG LISPM) at MIT-AI
I would suggest that it is better to define a new keyword for
DEFMACRO which would let it get at the whole form
rather than make (DEFMACRO FOO X ...) do so. This is not just for
the sake of compatibility with old code, but for keeping DEFMACRO's
definition free of special cases. It could be
(DEFMACRO FOO (&WHOLE-FORM X) ...)
This sounds like a good idea.