Libtcl

From Rosetta Code
Revision as of 08:21, 8 June 2009 by rosettacode>Dkf (cross-link)
This page is a stub. It needs more information! You can help Rosetta Code by filling it in!
Library
This is an example of a library. You may see a list of other libraries used on Rosetta Code at Category:Solutions by Library.
Libtcl is an implementation of Tcl. Other implementations of Tcl.

This library, written in C, is the primary implementation of Tcl; most other implementations use this one and wrap it with additional libraries and code to form a complete executable.

Note that this is wholly distinct from tcllib.