[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
DRAFT: Changing Names of Built-in classes
- To: Common-Lisp-Object-System@Sail.stanford.edu
- Subject: DRAFT: Changing Names of Built-in classes
- From: Bobrow.pa@Xerox.COM
- Date: 24 Sep 87 09:19 PDT
The class associated with a particular symbol can be changed by using
setf with the accessor symbol-class. It is undefined what happens if
the user attempts to change the class associated with a symbol that is
defined as a type specifier in CLtL.
e.g. (SETF (SYMBOL-CLASS 'CONS) ...)