Differences between version 9 and predecessor to the previous major change of TCL.
Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 9 | Last edited on Wednesday, June 15, 2005 6:33:13 pm | by SidSwami | Revert |
Older page: | version 8 | Last edited on Wednesday, June 15, 2005 5:45:44 pm | by SidSwami | Revert |
@@ -1,21 +1,20 @@
An [Acronym] for __T__ool __C__ommand __L__anguage.
It is a scripting language embedded in many applications, much like [Elisp] is used in [Emacs] and VisualBasic is in many MicrosoftWindows applications. (This does not mean these languages have anything in common; actually they're about as far apart from each other as imaginably possible.)
-While
not well suited for writing large programs, its
common combination with the [Tk] ToolKit makes creating [GUI]s fairly easy — the VisualBasic of the Unix world, if you will
.
+Tcl is included with most if
not all Unix-like platforms. Its
common combination with the [Tk] ToolKit makes creating [GUI]s fairly easy.
-Most people would probably consider it obsolete; the dwindling popularity of [Tk] only contributes to this.
[Perl], [Python] and [Ruby] are all far preferrable
.
+It has also a standalone interpreter like
[Perl], [Python] and [Ruby] but isn't as popular. Nevertheless, those other interpreters include a modified form of the [Tk] ToolKit library for graphics programming
.
See also:
+* The Tcl community is working on the official [Tcl Tutorial | http://www.tcl.tk/man/tcl8.5/tutorial/tcltutorial.html]
+* [Tcl Developer Xchange | http://www.tcl.tk/]
+* [The Tcler's wiki | http://wiki.tcl.tk/], a very useful resource on [TCL].
+* [The Tcl newsgroup | http://groups-beta.google.com/group/comp.lang.tcl?hl=en]
+* [Tclwise | http://www.invece.org/tclwise/], a partially online book about [TCL] that might be a little difficult for newcomers to understand
* tclsh(1)
* tclsh8.3(1)
* wish(1)
* wish8.3(1)
-* [Tclwise | http://www.invece.org/tclwise/], a partially online book about [TCL]
-* [Tcl Developer Xchange | http://www.tcl.tk/]
-* [The Tcler's wiki | http://wiki.tcl.tk/], a very useful resource on [TCL]. It has what will become the official [Tcl Tutorial | http://www.tcl.tk/man/tcl8.5/tutorial/tcltutorial.html]
-* [The Tcl newsgroup | http://groups-beta.google.com/group/comp.lang.tcl?hl=en]
-
-
----
CategoryProgrammingLanguages, CategoryVeryHighLevelProgrammingLanguages