[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
DEFVAR semantics
- To: common-lisp@SAIL.STANFORD.EDU
- Subject: DEFVAR semantics
- From: STEVER%OZ.AI.MIT.EDU@XX.LCS.MIT.EDU
- Date: Tue, 07 Apr 1987 17:04:00 -0000
Looking over page 68 of CLtL, I have a question about
DEFVAR:
From the description, it seems the (DEFVAR <variable>) should
never give <variable> any sort of value. It should simply
"proclaim <variable> to be special and may perform other
system-dependent \bookkeeping-actions/." Giving <variable>
a default value seems like more than simple bookkeeping.
Is this a reasonable interpretation?
- Stephen