Skip to content

Opening book details…

About this document

Overview of OTcl and Its Uses by silvia is a document available to read on EtoBox.

OTcl is an object-oriented extension of Tcl created by David Wetherall at MIT. It is commonly used in network simulation environments like NS-2 and runs primarily on Unix systems. OTcl uses keywords like "Class" and "instproc" to define classes and methods, with "self" representing the class instance. Classes can inherit from each other using the "-superclass" designation.

Author
silvia
Language
EN