Differences between version 9 and revision by previous author of Tcl.
Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History
Newer page: | version 9 | Last edited on Friday, June 17, 2005 11:07:43 pm | by AristotlePagaltzis | Revert |
Older page: | version 6 | Last edited on Monday, May 31, 2004 8:35:50 pm | by SamJansen | Revert |
@@ -1,3 +1,14 @@
-See
[TCL
].
+A scripting language embedded in many applications, much like
[Elisp
] is used in [Emacs] and VisualBasic is in many MicrosoftWindows applications. It is not well suited for writing large programs, but because it is almost always combined with the [Tk] ToolKit, it's a good choice for writing portable [GUI]-based scripts. Most people would probably consider it obsolete; the dwindling popularity of [Tk] only contributes to this
.
-Though it is an acronym
, [TCL
] is often written
[Tcl].
+[Perl]
, [Python
] and [Ruby] are better choices for complex codebases, while [GTK] and [Qt] nowadays lead the ToolKit pack, though no combination of these makes [GUI]-based scripts as easy to deploy as TclTk.
+
+See also:
+* The Tcl community
is working on the official
[Tcl Tutorial | http://www.tcl.tk/man/tcl8.5/tutorial/tcltutorial.html
]
+* [The Tcler's wiki | http://wiki
.tcl.tk/], a useful resource on Tcl.
+* [Manual Pages | http://www.tcl.tk/man/]
+* [Tcl Developer Xchange | http://www.tcl.tk/]
+* [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, may be a little challenging to newcomers but worthwhile.
+
+----
+CategoryProgrammingLanguages, CategoryVeryHighLevelProgrammingLanguages