staff web u of c library
  Departments > DLDC > Programming > Programming Languages

The Tcl Programming Language at DLDC

The Tcl programming language has been heavily used at the DLDC, for everything from simple utilities through multi-platform GUI applications and web applications to important large systems, like jinn and Nand. It was recently given a new lease on life here thanks to the amazing Starkit technology.

Home Page

http://www.tcl.tk/

How Installed

Tcl is in the FreeBSD ports and the NetBSD pkgsrc; it comes pre-installed on most Linux distributions, and RPMs are readily available; it's also available via apt-get or Fink on Mac OS X. Tcl is also our most heavily used language under Windows, since Starpacks "cross-compile" and install with no dependencies.

However, nowadays, I mostly use tclkit, the single-file Tcl executable that packs the entire runtime system into a single file, with no prerequisites on the target system.

Further Information

The Tcler's Wiki is my favorite source of information about Tcl.

Page Author: Keith Waclena

This page was last generated on 11 January 2006 at 06:15:48 PM by dldc-info
The URL of this page is http://www.lib.uchicago.edu/staffweb/depts/dldc/programming/langs/tcl.html