Tcl: Difference between revisions

From Rosetta Code
Content added Content deleted
m (TCL moved to Tcl: Official sources use "Tcl" instead of "TCL".)
(Fixed capitalization of article contents)
Line 1: Line 1:
[[Category:TCL]]
[[Category:Tcl]]


'''TCL''' is a scripting language with very simple syntax, dynamic typing, automatic storage allocation and garbage collection and native Unicode support.
'''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]].
Tcl is distributed under the [[BSD License]].


==External Links==
==External Links==

Revision as of 23:40, 29 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.