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

[no subject]



Could the interpreter be made to support and the compiler be made to
do the right thing so that

(DEFUN (FOO MACRO) (X) ...)

does not put |FOO MACRO| in the MACRO property? After all, if anything
of TYPEP RANDOM is found there in the Macro property, it ought to be
assumed a SUBR of one arg and SUBRCALL'd. That's what you do with 
things in the SUBR property isn't it? It doesn't seem reasonable to me
to have this indirection through an atom, and I find the name of the
atom chosen to be especially repulsive.

Thanx. -kmp