1999-06-08 00:14:08 +02:00
|
|
|
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
|
2000-08-29 21:55:05 +02:00
|
|
|
platforms, including Windows and the Macintosh, if you have Tcl
|
1999-06-08 00:14:08 +02:00
|
|
|
version 8.0 or 8.1.
|