Tcl
Tool Command Language
Tcl is a dynamic programming language that is available on many platforms. Tcl is very flexible and consistent. For example, you can re-implement the "if" command within Tcl (see Reimplementing the If Statement in Tcl)
Tcl's flexibility makes it easy to implement other languages directly in Tcl, see for example:
Some links:
- http://www.tcl.tk/
- http://wiki.tcl.tk/
- http://www.stevescripts.com/starpack.html [1]
- http://www.patthoyts.tk/tclkit/building-basekits.html
Tcl Documentation
- Tcl Cheat Sheet [2] (PDF [3])
- Tcl and Threads
Tcl Compiling
- Cross-compiling Tcl
- Create your own Tclkit using KitCreator
Some Scripts
- Script to convert Starkits to native executables (Starpack) [4]
- Script to automatically convert a file, or directory tree to a native executable [5]
My Tcl Extensions