ClassyTcl 1.0.0 review

Download
by rbytes.net on

ClassyTcl is a dynamically loadable object system for Tcl

License: BSD License
File size: 0K
Developer: Peter De Rijk
0 stars award from rbytes.net

ClassyTcl is a dynamically loadable object system for Tcl. A Tcl-only as well as a C implementation is available. ClassyTcl also doesn't require patches to the Tcl core, so keeping up with new releases should be easy.

Performance is very adequate. The C version is gives extra speed, and makes it possible to implement some methods in C.

In contrast to other Tcl object systems for Tcl, it is not modeled after the object system designed for a completely different language such a C.

IMHO, it better follows the Tcl philosophy. The system is simple, but flexible. Classes and objects are dynamic, and can easily be queried, changed and debugged at runtime.

ClassyTcl 1.0.0 keywords