Tcl/Tk



(Back to docs.huihoo.com)

Introduction

In many points, Tcl is similar to C, especially for loop structures, function definitions and mathematical or conditional expressions. In other points, such as expression evaluation and list data structures, you will notice that Tcl has inherited from the benefits of the Scheme language.

In Tcl, all data is represented as strings.

Documents

• Tcl Tutorial
• Tcl8.5/Tk8.5 Manual
• Tcl8.4.11/Tk8.4.11 Manual
• Tcl8.2/Tk8.2 Manual
• Tcl8.0/Tk8.0 Manual
• Tcl7.6/Tk4.2 Manual
• Tcl7.5/Tk4.1 Manual

Links

• http://www.tcl.tk/
• http://download.huihoo.com/tcl-tk/