Everyone seems to have written a package for object-oriented programming, so I thought, why not MeTOO ? OK, bad pun. But MeTOO is different because it stands for '''M'''eTOO '''e'''mulates '''T'''cl'''OO'''. I needed a basic OO scripting capability that would work across 8.4, 8.5 and 8.6. [TclOO] was ideal but not available for 8.4. So I wrote this simple emulator for a small (tiny) subset of TclOO features I needed. See comments at top of code for documentation and differences from TclOO. Performance is adequate (far slower than TclOO of course), roughly that of [Snit] 1.x for Tcl 8.4. Suggestions for improvements welcome. <>Enter Category Here