Version 2 of Hacks

Updated 2014-05-31 14:27:26 by pooryorick

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

sneaky message passing
Tricky catch
break out of nested loops
Procs as data structures
where code really is data

See Also

Braintwisters