TCL - Tool Command Language
Tcl (Tool Command Language) is two things: a scripting language and an interpreter for the language which is designed to be easy to embed into other applications. As a language, it is much like UNIX shell languages. There is very little syntax, and it is easy to learn. It is used to glue together building blocks built in system programming languages like C, C++, and Java. These building blocks appear as commands, or verbs, in the script language.
Back to the Glossary :: :: Back to Netdigix Computer support
|