DirDiff

DirDiff Purpose: A directory comparison utility written in Tcl/Tk. DirDiff is a graphical tool to display the differences between files in directories. Given two or more directory trees (the program can handle up to 5 individual directories at the same time), dirdiff will display the differences between them in various colors. Continue reading...

Tcl/tk programming language + ChatGPT

The Tcl/Tk programming language Overview Tcl Tcl (Tool Command Language) is a very powerful but easy-to-learn dynamic programming language, suitable for a very wide range of use cases: including web and desktop applications, networking, administration, testing and many more.. Open source and business-friendly, Tcl is a mature yet evolving language that is truly cross-platform, easily deployed and highly extensible. Continue reading...

Tcl Scripting

Tcl Scripting - News and articles on software development with Tcl/Tk Articles written by: Brian Oakley, carried over from the way-back machine. You only need curly braces… Unlike some languages which require curly braces to delimit blocks of code, in Tcl curly braces are always optional. Continue reading...