[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Dynamically re-defining classes



I know that there is probably some nifty CLOS functionality to do the
following....

I want to define a class, and then later, without re-evaluating the
defclass form, I want to change the class, i.e., add another
slot.  Is there any easy way to do this?  I have thought of some
involved ways, but I want to stay within the CLOS protocol.

	Rich