Tclsh: Difference between revisions

From Rosetta Code
Content added Content deleted
(Tcl is the proper spelling)
(Add more info)
Line 1: Line 1:
{{implementation|Tcl}}'''tclsh''' is a [[shell]] for the [[Tcl]] programming language.
{{stub}}{{implementation|Tcl}}'''tclsh''' is a [[shell]] for the [[Tcl]] programming language. It is the primary implementation of Tcl, especially when for command-line environments. In graphical environments, it is more common to use [[wish]] instead, though this is a historical hold-over except on [[Windows]].

Revision as of 17:13, 24 May 2009

This page is a stub. It needs more information! You can help Rosetta Code by filling it in!
Tclsh is an implementation of Tcl. Other implementations of Tcl.

tclsh is a shell for the Tcl programming language. It is the primary implementation of Tcl, especially when for command-line environments. In graphical environments, it is more common to use wish instead, though this is a historical hold-over except on Windows.