TclTk / TclTk

Thinking in Strings

The Tcl motto "Everything is a String" makes programming simple. Created by John Ousterhout at the University of Berkley Tcl is one of the more important members in the family of scripting languages (like Perl, Python and Ruby). Tcl-Applications are easy and fast to write, easy to delivery to almost any current platform. The graphical Toolkit Tk provides a great widget set which is easy to extend. If you think that Tcl/Tk is somewhat old fashioned, remember that if you install Perl, Ruby, Python or even the R-statistical programming language you almost always install as well the Tk-Toolkit.

The best place to start learning Tcl is the online available book from Brent Welch http://www.beedub.com

Links

Tcl-Applications

2007-12-15 German-Tutorial on Tcl/Tk

http://www.db.informatik.uni-kassel.de/Lehre/SS2007/TclTk/TclTk2006.pdf

2006-02-01 dgDBBrowser

Tclkit based database viewer and editor for Postgres, Mysql, Oracle, SQLite3, SQLite2, Metakit and ODBC. Platforms: Win32, Linux32, Linux64, Solaris,Mac-OSX (ppc,i86) but not all databases on all platforms more ...

Articles from my EuroTcl 2005 and 2006 contributions