Department of Mathematics FAS Harvard University One Oxford Street Cambridge MA 02138 USA Tel: (617) 495-2171 Fax: (617) 495-5132
FAS Computer Services to Harvard University IT: (617) 495-7777.
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 might find Tkl/Tk is especially useful to test programs which output numerical values. The program duffing.c for example produces orbits of a ordinary differential equation. With input.tcl and output.tcl , you can interact with that program graphically instead of staring at numbers only.
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".
Privacy
HTML CSS