[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
defvar, defparameter, :unbound
- To: isrlist@TOVE.UMD.EDU
- Subject: defvar, defparameter, :unbound
- From: Richard Mark Soley <SOLEY@MIT-MC.ARPA>
- Date: Sun, 3 Nov 85 10:21:19 EST
- Cc: common-lisp@SU-AI.ARPA
- In-reply-to: Msg of Sat 2 Nov 85 23:55:45 EST from Nick Papadakis <isrlist at tove.umd.edu>
Date: Sat, 2 Nov 85 23:55:45 EST
From: Nick Papadakis <isrlist at tove.umd.edu>
To: common-lisp at su-ai.ARPA
Re: defvar, defparameter, :unbound
On the lispmachines, defvar will take a second argument of :unbound,
meaning that the variable will be initialized to an unbound state.
This occaisionally convenient feature should probably be added to
common-lisp, and defparameter should be extended to handle it as well.
I disagree. (defvar foo :unbound), to me, reads "set the value of the
symbol 'foo' to the symbol 'unbound' in the keyword package. I think
(defvar foo) is more readable.
-- Richard