[Xotcl] Mixins in XOTcl
Neil Madden
nem at cs.nott.ac.uk
Wed May 19 17:14:16 CEST 2004
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>
More information about the Xotcl
mailing list