adj. not subject to change, either because no operator is provided which is
capable of effecting such change or because some constraint exists which
prohibits the use of an operator that might otherwise be capable of
effecting such a change. Except as explicitly indicated otherwise,
implementations are not required to detect attempts to modify
immutableobjects or cells; the consequences of attempting
to make such modification are undefined.
Numbers are immutable.
n.
a form used to supply the initial value for a slot
or variable.
The initialization form for a slot in a defclass form
is introduced by the keyword :initform.
v.t.
1. (a string in a package)
to look up the string in the package,
returning either a symbol with that name
which was already accessible in the package
or a newly created internal symbol of the package
with that name.
2. Idiom. generally, to observe a protocol whereby objects which
are equivalent or have equivalent names under some predicate defined
by the protocol are mapped to a single canonical object.
n. an implementation that uses an execution strategy for
interpreted functions that does not involve a one-time semantic
analysis pre-pass, and instead uses "lazy" (and sometimes repetitious)
semantic analysis of forms as they are encountered during execution.