Tcl Tutorial

 

Table of Contents

More Tcl Resources

ASPN, the ActiveState Programmer Network

ASPN, the ActiveState Programmer Network, provides extensive resources for Tcl programmers:

  • Free downloads of ActiveTcl, ActiveState's Tcl distribution
  • Searchable Tcl documentation
  • Trial versions of the Tcl Dev Kit
Top

Documentation

There is a wealth of documentation available for Tcl. The first source for language documentation is the ActiveTcl distribution installed on your system. The "doc" directory contains the ActiveTcl User Guide and Documentation Index. To view ActiveTcl documentation:

  • Locate the ActiveTcl distribution on your system (by default, C:\Tcl\doc on Windows)
  • Double-click to open the file "ActiveTclHelp.chm".
Top

Tutorials and Reference Sites

There are many Tcl tutorials and beginner Tcl sites on the Internet, such as:

  • Tcl Developer Xchange
  • The Tcl'ers Wiki

Top Previous Home