Tcl/Tk
From GHER
(Difference between revisions)
m (→Tutorials) |
|||
Line 1: | Line 1: | ||
- | Tcl stands for ''Tool Command Language'' and was created by | + | Tcl stands for ''Tool Command Language'' and was created by [http://en.wikipedia.org/wiki/John_Ousterhout John Ousterhout]. |
Tk stands for ''toolkit'' and is the standard GUI for Tcl and many other dynamic languages. | Tk stands for ''toolkit'' and is the standard GUI for Tcl and many other dynamic languages. |
Latest revision as of 13:51, 5 June 2012
Tcl stands for Tool Command Language and was created by John Ousterhout.
Tk stands for toolkit and is the standard GUI for Tcl and many other dynamic languages.
Contents |
General
- Home page: http://www.tcl.tk/
- Wiki: http://wiki.tcl.tk/
Installation
The last stable version is available at:
Tutorials
http://www.tkdocs.com/tutorial/install.html
Useful commands
- Open a file: http://www.tcl.tk/man/tcl/TkCmd/getOpenFile.htm