[APN]: 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. I load this whenever TclOO is not available in the interpreter. 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. The code is available from the http://twapi.hg.sourceforge.net/hgweb/twapi/twapi/file/83e5bcfa2112/twapi/tcl/metoo.tcl%|%twapi repository.%|% <> Object Orientation