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

Re: How to add a new slot-option



To add a new slot-option:

1.  Write a metaclasps that provides:

a legal-class-option-p :around method

a parse-class-slot :primary method

2.  Define a new class of slot-discription that contains what you need.


An alternative to retrieving the weight, might be to look it up in an
:AFTER INITIALIZE-INSTANCEif it isn't slot-bound.  Would that be
satisfactory?