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

Re: CLOS Declaration Proposal



I understand the problem. I can see two possible solutions. 

1) Introduce a declaration which invokes the metaclass functions.
Something like:

	(PROCLAIM '(FREEZE-CLASS-PRECEDENCE-LIST FOO))

in the DEFSYS file would cause the class precedence list to be
frozen.

2) Leave it up to use of (EVAL-WHEN (COMPILE EVAL)  ... ) to
do it.

I don't like either of these much, but like a defclass option even
less, since there are already so many.

I'll give it some more thought. Thanks for pointing this out.

		jak