Category:Tcl: Difference between revisions

From Rosetta Code
Content added Content deleted
(Undo revision 35368 by Glennj (Talk): Every language should have this so I put it in the template instead)
(Enumerate key implementations to help build wiki-richness)
Line 4: Line 4:
Tcl is known to be supported under a variety of popular operating systems, including [[UNIX]], [[Linux]], [[BSD]], [[Windows]], [[WinCE]], [[PocketPC]], [[Mac OS X]] and [[BeOS]].
Tcl is known to be supported under a variety of popular operating systems, including [[UNIX]], [[Linux]], [[BSD]], [[Windows]], [[WinCE]], [[PocketPC]], [[Mac OS X]] and [[BeOS]].
Tcl is distributed under the [[BSD License]].
Tcl is distributed under the [[BSD License]].

The Tcl language has been implemented in multiple lower-level languages. The most common one is '''libtcl''', written in [[C]], which is used inside [[tclsh]] and [[wish]], but others exist. Notably, these include [[Jacl]] and [[Eagle]], which implement Tcl in [[Java]] and [[C sharp|C#]] respectively.


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

Revision as of 17:25, 24 May 2009

Language
Tcl
This programming language may be used to instruct a computer to perform a task.
See Also:


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

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 OS X and BeOS. Tcl is distributed under the BSD License.

The Tcl language has been implemented in multiple lower-level languages. The most common one is libtcl, written in C, which is used inside tclsh and wish, but others exist. Notably, these include Jacl and Eagle, which implement Tcl in Java and C# respectively.

External Links

Subcategories

This category has the following 4 subcategories, out of 4 total.

Pages in category "Tcl"

The following 200 pages are in this category, out of 983 total.

(previous page) (next page)

C

(previous page) (next page)