| The Tool Command Language (Tcl) is a scripting language. Togther with the graphical user interface toolkit Tk it is a programming tool which is ported to many operating systems. While not as efficient as compiled programming languages or compiled user interfaces, it allows fast development of code in a high level programming language. | |
What you can do with Tcl is best seen with a few examples. After having
downloaded a file say "command.tcl" and after having made it executable
with chmod "755 command.tcl" it can be executed like a shellscript.
| |
| You can download this whole directory as a gziped tarball tcl.tgz . |
|
Simplicity, Clarity, Generality
B.W. Kernighan, R. Pike, in "The Practice of Programming".
|
