summaryrefslogtreecommitdiff
path: root/devel/stooop/DESCR
blob: d54318dbc938a5c1761555dd8be3505079937e6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
This is stooop (a Simple Tcl Only Object Oriented Programming scheme)
version 3.7. Stooop is implemented in a single sourceable file and
uses simple techniques to provide object orientation to the great Tcl
language.

Stooop supports single and multiple inheritance, data encapsulation
(all member data is public), dynamic binding, nested classes, object
copy, runtime type identification, optional runtime procedure and data
access checking as well as tracing.

As stooop is entirely written in Tcl, it will run on all Tcl supported
platforms, including Windows and the Macintosh, if you have Tcl
version 8.0 or 8.1.