lambda
.
See lambda (Symbol).
KEYWORD
package.
(
”,
that is variously called
“left parenthesis”
or “open parenthesis”
See Figure 2.5.
write
.)
read
.)
null
and cons
.
quote
form,
or, if the object is a self-evaluating object,
appearing as unquoted data.
“In the form (cons "one" '("two"))
,
the expressions "one"
, ("two")
, and "two"
are literal objects.”
load-time-value
form. The value of such a form is some specific
object which can only be computed in the run-time environment.
In the case of file compilation, the value is
computed once as part of the process of loading the compiled file,
and not again. See the special operator load-time-value.
logical-pathname
.
long-float
.
loop
form. Such symbols are recognized by their
name (using string=
), not by their identity; as such, they
may be in any package. A loop keyword is not a keyword.
a
through z
,
or being some other implementation-defined character
that is defined by the implementation to be lowercase.
See Section 13.1.4.3 (Characters With Case).