Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

Tcl(Tool Command Language):Tcl (originally from "Tool Command Language", but conventionally spelled "Tcl" rather than "TCL";

pronounced as "tickle" or "tee-see-ell"[3]) is a scripting language created by John Ousterhout.[4] Originally "born out of frustration",[5] according to the author, with programmers devising their own languages intended to be embedded into applications, Tcl gained acceptance on its own. It is 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.

Contents

1 History 2 Features 3 Syntax and fundamental semantics 4 Interfacing with other languages o 4.1 C++ interoperability o 4.2 Java interoperability 5 Extension packages o 5.1 Tk o 5.2 Expect o 5.3 Tile/Ttk o 5.4 Tix o 5.5 Itcl/IncrTcl o 5.6 Tcllib o 5.7 TclUDP o 5.8 Databases 6 See also 7 Footnotes 8 References 9 Further reading 10 External links

You might also like