Tcl: Difference between revisions

From Rosetta Code
Content added Content deleted
No edit summary
No edit summary
Line 1: Line 1:
'''TCL''' is a scripting language with very simple syntax, dynamic typing, automatic storage allocation and garbage collection and native Unicode support.
'''TCL''' is often combined with the [[Tk]] library. As a result, it is often referred to as '''TCL/TK'''.
'''TCL''' is often combined with the [[Tk]] library. As a result, it is often referred to as '''TCL/TK'''.


TCL is known to be supported under a variety of popular operating systems, including [[UNIX]], [[Linux]], [[BSD]], [[Windows]], [[WinCE]], [[PocketPC]], [[Mac]] and [[BeOS]].
TCL is known to be supported under a variety of popular operating systems, including [[UNIX]], [[Linux]], [[BSD]], [[Windows]], [[WinCE]], [[PocketPC]], [[Mac]] and [[BeOS]].
TCL is distributed under the [[BSD License]].

==External Links==
*[http://wiki.tcl.tk Tcl Wiki]
*[http://en.wikipedia.org/wiki/Tcl Wikipedia article]


{{Programming Language}}
{{Programming Language}}

Revision as of 20:46, 21 January 2007

TCL is a scripting language with very simple syntax, dynamic typing, automatic storage allocation and garbage collection and native Unicode support. TCL is often combined with the Tk library. As a result, it is often referred to as TCL/TK.

TCL is known to be supported under a variety of popular operating systems, including UNIX, Linux, BSD, Windows, WinCE, PocketPC, Mac and BeOS. TCL is distributed under the BSD License.

External Links

Programming Language
This is a programming language. It may be used to instruct computers to accomplish a variety of tasks which may or may not be domain-specific.

Listed below are all of the tasks on Rosetta Code which have been solved using this programming language.