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

Re: issue DEFCONSTANT-SPECIAL



I'd forgotten about SYMBOL-VALUE; if we add SPECIAL-P or some such, its
interaction with constants should be made explicit. 

I guess I'd say that no, DEFCONSTANT doesn't declare it special, but
SYMBOL-VALUE works on special variables and constants, and that any
"special-variable-p" should return false.

I think this is compatible with PROCLAIM-LEXICAL: I think of a constant as
a non-SETFable kind of global lexical.