Home » Tag: Tcl script

Tag Archives: Tcl script

Tcl/Tk: a Client-Server CGI

Bill Schongar Issue #55, November 1998 Tcl/Tk offers many uses to the web programmer. Mr. Schongar describes a few of them. While many people think of Tcl/Tk (Tool Command Language, pronounced “tickle”; Tk stands for TCL toolkit) as a great tool for cross-platform GUI (graphical user interface) applications, not as many consider it for web programming tasks. The truth is, ...

Read More »

PracTcl Programming Tips: It’s All a Matter of Timing

Stephen Uhler Issue #20, December 1995 This month, find out how to test the speed of your Tcl programs and zero in on the slow parts with the time command. The other day I wrote a Tcl program, and it was really slow. Even after I got all of the bugs out, it was still slow, so it was time ...

Read More »