Differences between version 3 and previous revision of TCL.
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 3 | Last edited on Tuesday, November 11, 2003 5:29:47 pm | by AristotlePagaltzis | Revert |
Older page: | version 2 | Last edited on Tuesday, November 11, 2003 5:19:44 pm | by AristotlePagaltzis | Revert |
@@ -1,8 +1,10 @@
Acronym for __T__CL __C__ommand __L__anguage.
It is a scripting language embedded in many applications, much like [Elisp] is used in [Emacs] and [VisualBasic] 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.)
-It is often used in association
with the Tk ToolKit; see
also tclsh(1), tclsh8.3(1), wish(1), wish8.3(1)
+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.
+
+See
also tclsh(1), tclsh8.3(1), wish(1), wish8.3(1)
----
CategoryProgrammingLanguages, CategoryImperativeProgrammingLanguages