[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
defvar, defparameter, :unbound
- To: common-lisp@su-ai.ARPA
- Subject: defvar, defparameter, :unbound
- From: Nick Papadakis <isrlist@tove.umd.edu>
- Date: Sat, 2 Nov 85 23:55:45 EST
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.
- nic