Scratchpad r76 (See the current copy)
Feel free to contact me about this website at mailto:wiki@rkeene.org
- My Scratchpad
- Information about Tcl
- Information about interesting Current Projects
- Information about Threads
- Random Diatribes
- Information about Random Number Generation
- My Friends
- Information about Roy Keene
- Random Demonstrations
- Random Scripts
- Random Links
What you will find here
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