TCL
From BC$ MobileTV Wiki
Tool Command Language (commonly abbreviated TCL; pronounced "Tee-Cee-Ell" or "tickle") is a scripting language commonly used for rapid prototyping, scripted applications, GUIs and testing. Tcl is used on embedded systems platforms, both in its full form and in several other small-footprint versions. The combination of Tcl and the Tk GUI toolkit is referred to as Tcl/Tk. Its syntax is similar to Perl or Python, but unique in its own right with inspirations from some of the better parts of Batch/Shell Scripting, Lisp and (among others).
Tools
- TCL dev toolkit: http://www.activestate.com/tcl-dev-kit
Resources
- TCL/TK dev exchange: http://www.tcl.tk/
- TCL language: http://www.tcl.tk/about/language.html
- "Intro to TCL" course: http://www2.lib.uchicago.edu/keith/tcl-course/
- TCL wiktionary book: https://en.wikibooks.org/wiki/Tcl_Programming
Tutorials
- TCL tutorial: http://www.tcl.tk/man/tcl8.5/tutorial/tcltutorial.html
- TCL/TK a developer's guide: http://www.msen.com/~clif/DevGuide.html
- TCL Tutor: http://www.msen.com/~clif/TclTutor.html (software)
- List of TCL tutorials: http://wiki.tcl.tk/1304
- A First (Real) Example: http://www.tkdocs.com/tutorial/firstexample.html
- Tcl/Tk: The Swiss Army Knife of Web Applications: https://nnc3.com/mags/LJ_1994-2014/LJ/055/3114.html
- Using Tcl to write CGI application: http://wiki.tcl.tk/1161
External Links
- wikipedia: Tool Command Language (TCL)
- wikipedia: Tk (software) (TCL/TK framework for making it possible to create front-end UIs with TCL)
- wikipedia: Widget toolkit