Just a random thought, not totally paying attention to this thread:
Is there a reason why the filter/mixin lists could not just be normal object/class variables? Seems XOTcl already has plenty of flexibility to deal with these. E.g.:
instead of:
Object mixin ....
do:
Object set mixins [list ... ]
or something like that (not completely familiar with the current syntax). The old methods could be setup to just be wrappers around these new variables. Or is there some reason why these lists are treated specially?
Cheers,
Neil.
On 19 May 2004, at 16:03, Adam Turoff wrote:
<discussion on how to handle mixins/filters>