Linked by Thom Holwerda on Thu 20th Dec 2007 21:35 UTC, submitted by wordtech
General Development Tcl/Tk 8.5.0 has been released. "The 8.5 release was a long time in development, and brought about several good enhancements to Tcl/Tk. Source releases, the exact changes and ChangeLog for each release are available in the SourceForge Tcl project's file distribution area."
Thread beginning with comment 292554
To read all comments associated with this story, please click here.
Not in a long time...
by dindin on Thu 20th Dec 2007 21:48 UTC
dindin
Member since:
2006-03-29

Wow, did not realize this was still around. Are there many projects using Tcl/Tk still? I remember when some of the old GUI interfaces were developed with this but not sure how the performance has been improved over say Python and Ruby. I did not realize they used Bytecode now.

RE: Not in a long time...
by poundsmack on Thu 20th Dec 2007 22:08 in reply to "Not in a long time..."
poundsmack Member since:
2005-07-13

yes there are many many projects still using this. It is actualy a rather nice tool kit and i really like what they have done with 8.5

Reply Parent Bookmark Score: 4

RE: Not in a long time...
by amit on Thu 20th Dec 2007 22:12 in reply to "Not in a long time..."
amit Member since:
2006-02-13

Actually Tcl/Tk is industry standard in scripting engineering applications such as ModelSim, Synopsys DesignCompiler, Xilinx ICE, etc.

I am quite sure it will be around for a while...

Good release.

Reply Parent Bookmark Score: 4

RE: Not in a long time...
by WereCatf on Thu 20th Dec 2007 22:37 in reply to "Not in a long time..."
WereCatf Member since:
2006-02-15

One of the apps I use and which utilizes Tcl/Tk is aMSN ;) I remember having read somewhere that 8.5 is supposed to support anti-aliased font rendering which sure is a welcome addition! aMSN is a nice app but one thing that drove me almost nuts was the hideous font rendering.. :/

Reply Parent Bookmark Score: 3

RE: Not in a long time...
by agrouf on Fri 21st Dec 2007 13:51 in reply to "Not in a long time..."
agrouf Member since:
2006-11-17

expect uses tcl.
dejagnu uses expect.
autotools use dejagnu.
most opensource projects use autotools.
tcl is used in most of opensource software.
tcl is the big embeded tool language both in open source and closed source. Python is not nearly widely used as tcl! And it's mostly a replacement for perl, rarely for tcl.
Now tk is quite ugly indeed.

Edited 2007-12-21 14:11

Reply Parent Bookmark Score: 2

RE: Not in a long time...
by prokoudine on Fri 21st Dec 2007 14:00 in reply to "Not in a long time..."
prokoudine Member since:
2005-08-09
RE: Not in a long time...
by matej on Fri 21st Dec 2007 14:25 in reply to "Not in a long time..."
matej Member since:
2007-05-27

Yes, Tcl/Tk is used by several cool applications. aMSN was already noted, and Coccinella is maybe even sexier. Note that the latter will get support for this new Tcl/Tk 8.5 in next major release; which will be already in March of 2008. Source:
http://coccinella.im/coccinella-0.96.4

Reply Parent Bookmark Score: 1

RE: Not in a long time...
by yetanotherhacker on Fri 21st Dec 2007 23:11 in reply to "Not in a long time..."
yetanotherhacker Member since:
2007-12-21

Tcl has been using bytecodes since around 1997

Reply Parent Bookmark Score: 1