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.
|
|