From: Arjen M. <arj...@wl...> - 2006-10-24 14:16:04
|
Will Duquette wrote: > Andreas looked it over recently, and counting all of the various > ad hoc OO mechanisms used by individual packages concluded that > there are 17 (IIRC) different ways of implementing object interfaces > in Tcllib at present. > This raises the question what the consequences of a core OO mechanism should be: - Use the core OO only for new modules (they will be limited to 8.5 then)? - Restyle the existing ones to take advantage of the core OO (same limitation, even worse)? - Dual implementation? I have no doubt OO will be useful, but we need to think about the existing code too. Regards, Arjen |