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

Should redefining a class reinitialize shared slots?



Moon writes:

``It seems to me the only predictable rules are:
(1) all class slots retain their values when the class is redefined.
(2) all class slots are reinitialized when the class is redefined.''

There is a third option, which would be to specify the redefinition
initialization action in the DEFCLASS as a class slot option (:retain or
:reinitialize, for example).

Moon writes:

``instance -> class reinitializes the slot, because there is no
distinguished instance from which to get the value.''

Well, we could have declarative slot combination, in which these
values could be combined.... (hee, hee).

			-rpg-