- for security [7]
- for distributed applications [8] [that link is not available 2009-May-14]
- for distributed applications [9]
- for distributed applications [10] [that link is slow as of 2009-May-14]
- for frameworks [11]
So, what does this have to do with Tcl?Well, it really has to do with what features of a meta-object protocol are built into Tcl by itself, and what features are added by each of the object-oriented extensions.escargo 25 Nov 2002Also, the inclusion of a meta-object protocol can be the foundation of object-oriented extensions. I think of TIP 279 [13] as defining a MOP to build OOP.escargo 3 No 2006DKF (14-May-2009): Not really. It doesn't allow all that much flexibility in terms of the actual implementation semantics. That particular TIP allows any kind of OO system to be built, so long as it's XOTcl; it's the Henry Ford of core OO proposals. Writing a customizable MOP is very difficult; even now (having designed and implemented TclOO) I still feel I don't grasp the full space of possibilities firmly enough to be able to build a scripted customization interface for the basic semantics.
Category Concept | Category Object Orientation
