Next | Prev | Up | Top | Contents | Index

incrTcl--Object-Oriented Tcl

Object-oriented Tcl, or incrTcl, is named after the expression [incr Tcl]. This is Tcl syntax for "increment the Tcl variable by one." This play on words is similar to the name of the C++ language, which is C syntax for "increment the C variable by one."

SGITCL includes itcl, a library of object-oriented extentions to Tcl. They are available from the following interfaces: sgitcl (linked to tclsh and wishx) and moat.

See the incrTcl(3Tcl) reference page for more information about incrTcl.



Next | Prev | Up | Top | Contents | Index