Jump to content

Tcl/Tk: Difference between revisions

From EDM2
No edit summary
No edit summary
Line 1: Line 1:
Scripting language originally called '''Tool Command Language''' that unlike most other such languages is maintained and controlled by a single company that has a core version that is open source and sell more advanced versions as closed source commercial software. The convention is to call it Tcl rather than TCL.
Scripting language originally called '''Tool Command Language''' that unlike most other such languages is maintained and controlled by a single company that has a core version that is open source and sell more advanced versions as closed source commercial software. The convention is to call it Tcl rather than TCL since its name is now considered to be Tcl and not an acronym for Tool Command Language. Development of the language and toolkit was extremely rapid in the 1990's but has slowed down considerably in the last 15 years.


Extremely [[REXX]] like in structure.
Extremely [[REXX]] like in structure.


====Tk====
====Tk====
Platform independent graphics library and engine
Platform independent graphics library and engine, although perhaps better describes as a [[widget]] toolkit.
==A list of OS/2 ports of Tcl==
==A list of OS/2 ports of Tcl==
 
* [Editing Tcl/Tk] - Open source - Discontinued -


==A list of DOS ports of Tcl==
==A list of DOS ports of Tcl==
Line 12: Line 12:


==A list of Tcl ports run under WinOS/2==
==A list of Tcl ports run under WinOS/2==
* No longer supported, use last known version [http://tcl.activestate.com/ftp/tcl8_0/tcl80p2.exe Tcl8.0.2] or 7.6.2
* Last known version [http://tcl.activestate.com/ftp/tcl8_0/tcl80p2.exe Tcl8.0.2] or 7.6.2
: Requires [[Win32s]].
: Requires [[Win32s]].
==A list of Tcl implementations that run under Java==
==A list of Tcl implementations that run under Java==
Line 26: Line 26:
==Links==
==Links==
* http://www.tcl.tk
* http://www.tcl.tk
* [ftp://hobbes.nmsu.edu/pub/os2/dev/tcl/ Hobbes TCl directory]
====USENET====
====USENET====
* [news:comp.lang.tcl comp.lang.tcl] - Low volume group - Go to the [https://groups.google.com/forum/#!forum/comp.lang.tcl Google groups version] if your ISP does not offer USENET access or you are in any other way newsgroup challenged.
* [news:comp.lang.tcl comp.lang.tcl] - Low volume group - Go to the [https://groups.google.com/forum/#!forum/comp.lang.tcl Google groups version] if your ISP does not offer USENET access or you are in any other way newsgroup challenged.

Revision as of 09:33, 9 February 2015

Scripting language originally called Tool Command Language that unlike most other such languages is maintained and controlled by a single company that has a core version that is open source and sell more advanced versions as closed source commercial software. The convention is to call it Tcl rather than TCL since its name is now considered to be Tcl and not an acronym for Tool Command Language. Development of the language and toolkit was extremely rapid in the 1990's but has slowed down considerably in the last 15 years.

Extremely REXX like in structure.

Tk

Platform independent graphics library and engine, although perhaps better describes as a widget toolkit.

A list of OS/2 ports of Tcl

  • [Editing Tcl/Tk] - Open source - Discontinued -

A list of DOS ports of Tcl

A list of Tcl ports run under WinOS/2

Requires Win32s.

A list of Tcl implementations that run under Java

Publications

Related articles

Tutorials and other learning material

Links

USENET

Standards