1 OTcl, short for MIT Object Tcl, is an extension to Tcl/Tk for
2 object-oriented programming. It shouldn't be confused with the IXI
3 Object Tcl extension by Dean Sheenan.
5 Some of OTcl's features as compared to alternatives are:
6 * designed to be dynamically extensible, like Tcl, from the ground
8 * builds on Tcl syntax and concepts rather than importing another
10 * compact yet powerful object programming system (draws on CLOS,
12 * fairly portable implementation (2000 lines of C, without core