Libtcl

From Rosetta Code
Revision as of 17:46, 24 May 2009 by rosettacode>Dkf (Define this implementation; it's the mother-lode)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.