summaryrefslogtreecommitdiff
path: root/lang/otcl/pkg-descr
blob: 638dca907aab2115b8b4be49c5b353bdac5ce88e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From the README:

   OTcl, short for MIT Object Tcl, is an extension to Tcl/Tk for
   object-oriented programming. It shouldn't be confused with the IXI
   Object Tcl extension by Dean Sheenan. (Sorry, but we both like the
   name and have been using it for a while.)

   Some of OTcl's features as compared to alternatives are:
     * designed to be dynamically extensible, like Tcl, from the ground
       up
     * builds on Tcl syntax and concepts rather than importing another
       language
     * compact yet powerful object programming system (draws on CLOS,
       Smalltalk, and Self)
     * fairly portable implementation (2000 lines of C, without core
       hacks)

   OTcl was presented at the Tcl/Tk Workshop '95. It constitutes a
   standalone release of a system that has been in use, embedded in the
   VuSystem, for two years. We made the release public (with free use,
   distribution and modification under the MIT license) to meet the
   demand for object-oriented programming in Tcl.

-Oscar <obonilla@fisicc-ufm.edu>