[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
defmacro &environment bug?
In a DEFMACRO, KCL seems to insist on the ordering of:
( [&whole var] [&environment var] {pseudo-var}* ... )
While CLtL is clear on &whole having to be first if it appears,
no mention is made of &environment having to be before the
pseudo-var list. If &environment does appear later in the list,
it is treated as a regular parameter name (at least in AKCL 1.79).
I think you are right, and this is a bug.
I will have to get around to it.
Bill