Version 8 of library

Updated 2013-09-04 18:21:55 by pooryorick

A library is a collection of functions that can be used by a program or another library.

See Also

the official standard library of built-in Tcl procedures
Tcllib
the main semi-unofficial library of pure Tcl procedures

Description

"Library" means different things here, all different from the popular concept "a building with many books inside":

  • Tcl and Tk both are delivered as shared libraries.
  • In a typical distribution, there is a lib dir, which contains directories like tcl8.3 and tk8.3, which contain Tcl scripts and other packages.
  • A popular Tcl-only extension is Tcllib, the "Tcl library", and its young brother Tklib

Just to make things a little less unclear... RS