Saturday 17 January 2009

Enjoying Tcl on Windows with ActiveTcl

ActiveTcl (21 MB download). Here's a short tutorial. Tcl is a compact, string-oriented language, easily integrated into special hardware. Tk is a platform independent GUI toolkit. Both were invented by John Ousterhout. Tcl is nice as it allows you to make short and unwordy programs. Java is verbose. Python is verbose. Tcl is just right. The set and puts commands are just a joy to use. Tk makes writing GUI code actually bearable and the brevity of its syntax precludes the need for IntelliSense.

No comments: