Brush

The following links take you to my favorite Tcl/Tk Websites.

Tcl/Tk Homepage
Homepage of the one, the only, soon to wipe Motif's you-know-what, Tcl/Tk homepage. Tcl/Tk is a fantastic scripting language that allows programmers to develop graphical user interfaces for applications (or shell scripts) that are truly cross-platform. (I have personally used the _same_ application -- recompiled, of course -- on SunOS, IRIX, MacOS (yuck!), and Windows 95/NT (smaller yuck!). Destined to replace Motif as the GUI toolkit for Unix-based windowing applications.
WWW Tcl pages at SCO
A huge list of links to Tcl/Tk information, including online manual pages for the last several releases of Tcl/Tk. A great reference for Tcl programmers.
Expect Homepage
The homepage of Expect, Don Libes' wonderful interactive dialog scripting extension for Tcl/Tk. Widely used by SQA, Expect facilitates any dialog-based interaction between two processes. For example, an example script is included with the distribution which will automatically open a telnet or FTP session -- no need for you to enter passwords or username: Expect will do it all for you!