Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / lang / tcl-otcl / DESCR
blob1b611c9d393a0505b5e26fa6f4e91fd793318317
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
7        up
8      * builds on Tcl syntax and concepts rather than importing another
9        language
10      * compact yet powerful object programming system (draws on CLOS,
11        Smalltalk, and Self)
12      * fairly portable implementation (2000 lines of C, without core
13        hacks)