Introduction
TODL stands for TCL Object Description Language. It offers access to simple
classes and objects in "pure TCL" (i.e. no recompilation of the TCL interpreter
is required). This is an experimental tool that uses a different approach
from many existing object extensions for TCL: it reads a class specification
from a file, and generates TCL code to handle the classes and objects you described.
The tool has serious limitations, and should really be used as an educational aid
rather than a development tool.
Most of the techniques used in this tool are described in my paper
Objects in TCL.
|