Tcl/Tk: Difference between revisions
Appearance
No edit summary |
|||
Line 1: | Line 1: | ||
[[Image:TclLogo1.gif|right]] | [[Image:TclLogo1.gif|right]] | ||
The main advantage of the Tcl/Tk system on OS/2 has been the Tk widget toolkit and portability on systems where REXX is not common. | |||
The | |||
See also: [[Tk]] | See also: [[Tk]] | ||
Line 49: | Line 45: | ||
==Publications== | ==Publications== | ||
* Brent Welch: ''Practical Programming in Tcl and Tk'' - Prentice Hall 1995, ISBN 0-13-022028-0 | * Brent Welch: ''Practical Programming in Tcl and Tk'' - Prentice Hall 1995, ISBN 0-13-022028-0 | ||
* Mark Harrison; Michael McLennan: ''Effective Tcl/Tk Programming'' - Addison-Wesley 1998, ISBN 0-201-63474-0 | * Mark Harrison; Michael McLennan: ''Effective Tcl/Tk Programming'' - Addison-Wesley 1998, ISBN 0-201-63474-0 | ||
* John K. Ousterhout: ''Tcl and the Tk Toolkit'' - Addison Wesley 2006, ISBN 978-0-321-33633-0 | * John K. Ousterhout: ''Tcl and the Tk Toolkit'' - Addison Wesley 2006, ISBN 978-0-321-33633-0 | ||
==Links== | ==Links== | ||
* [http://tcl.activestate.com/ Active State's Tcl page] - Info from the company behind Tcl | * [http://tcl.activestate.com/ Active State's Tcl page] - Info from the company behind Tcl | ||
* http://www.tcl.tk | * http://www.tcl.tk | ||
* [http://wiki.tcl.tk/1215 Tcl on Java Wiki] | * [http://wiki.tcl.tk/1215 Tcl on Java Wiki] | ||
[[Category:Tcl]] |
Revision as of 04:31, 28 December 2019

The main advantage of the Tcl/Tk system on OS/2 has been the Tk widget toolkit and portability on systems where REXX is not common.
See also: Tk
OS/2 Implementations
- PM Tcl/Tk - Open source
- Foreign libraries with Tcl bindings
- LibcURL - Internet URL (WWW, FTP, etc) access - Open Source
- Libxml2 - XML parser
- Libxslt - XSLT parser
- Tcl related programmer's utilities
- Exuberant ctags - Creates index files out of Tcl source files - Open source
- Tcl Blend - Allows writing Tcl extensions in Java - Open source
- Applications with a Tcl programming interface
- PostgreSQL - SQL relational database system - Open source
- Editor support
- Boxer - Contributed, requires a separate download
- Elvis - Tcl syntax support included by default - Open source
- NEdit - XFree86 - Autoindent, autocomplete and syntax highlighting - Open source
DOS Implementations
- MSTCL - port of Tcl 7.3, Tk 4.0
- TinyTcl
- Editor support
- Boxer - Contributed, requires a separate download
- Elvis - Tcl syntax support included by default - Open source
Win-OS/2
- Last known version Tcl8.0.2 or 7.6.2
- Requires Win32s
Java implementations
- HECL - Not ment to be 100% compatible but close enough for porting - Open source
- JACL aka Tcl/Java - Open source
- jTcl - Open source
- Editor support
- jEdit - Java based editor - Tcl and TK syntax highlighting built in
Publications
- Brent Welch: Practical Programming in Tcl and Tk - Prentice Hall 1995, ISBN 0-13-022028-0
- Mark Harrison; Michael McLennan: Effective Tcl/Tk Programming - Addison-Wesley 1998, ISBN 0-201-63474-0
- John K. Ousterhout: Tcl and the Tk Toolkit - Addison Wesley 2006, ISBN 978-0-321-33633-0
Links
- Active State's Tcl page - Info from the company behind Tcl
- http://www.tcl.tk
- Tcl on Java Wiki