

Tcl
Tcl (Tool Command Language) is a very powerful but easy to learn dynamic programming language, suitable for a very wide range of uses.
Features
- Support for scripting
- Graphical User Interface
- Rad
- Object-oriented Language
Tcl News & Activities
Recent News
- POX published news article about Tcl
Tcl/Tk 9.0 released with 64-bit compatbility, Unicode and SVG support, and much moreThe most recent major release of the Tcl language and graphical-user-interface toolkit, Tcl/Tk 9.0,...
Recent activities
POX added Tcl as alternative to Unison Programming Language- POX removed Tcl as alternative to R (programming language)
Tcl information
What is Tcl?
Tcl (Tool Command Language) is a very powerful but easy to learn dynamic programming language, suitable for a very wide range of uses, including web and desktop applications, networking, administration, testing and many more. Open source and business-friendly, Tcl is a mature yet evolving language that is truly cross platform, easily deployed and highly extensible.
Tk is a graphical user interface toolkit that takes developing desktop applications to a higher level than conventional approaches. Tk is the standard GUI not only for Tcl, but for many other dynamic languages, and can produce rich, native applications that run unchanged across Windows, Mac OS X, Linux and more.




Comments and Reviews
A marvelously adaptable language, effectively usable in broad range of domains from embedded to complex GUI applications. Supports OOP, functional, mixed paradigms. Very flexible with "out-of-the-box" features for event-driven, database, GUI, cross-platform apps, etc. Integrates with C by design.