Changes to Tcl between r10 and r11

'''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:
   * [LOLCODE in Tcl]
   * [HTML in Tcl]
(blank line)
   * [Tcl Quine]
(blank line)
Some links:
   * http://www.tcl.tk/
   * http://wiki.tcl.tk/
   * http://www.stevescripts.com/starpack.html
----
'''Tcl Documentation'''
   * Tcl Cheat Sheet [http://home.houston.rr.com/brianohagan/tcl_tk_ref_guide.html] (PDF [http://www.rkeene.org/projects/info/resources/tcl/docs/tcl-tk-reference-guide.pdf])
   * [Tcl and Threads]
----
'''Tcl Compiling'''
   * [Cross-compiling Tcl]

Legend

     Only in r10
     Only in r11
     -->      Modified slightly between r10 and r11