Hacks are techniques that employ of the mechanisms of a system for something other than their design goal. The hackability of Tcl is one of its most endearing characteristics.
List of Tcl Hacks edit
- sneaky message passing
- Tricky catch
- break out of nested loops
- Procs as data structures
- where code really is data
See Also edit
- Braintwisters