|
2010-12-31
, 10:18
|
Posts: 2,102 |
Thanked: 1,309 times |
Joined on Sep 2006
|
#2
|
|
2010-12-31
, 16:12
|
Posts: 540 |
Thanked: 288 times |
Joined on Sep 2009
|
#3
|
|
2011-01-01
, 07:56
|
Posts: 64 |
Thanked: 24 times |
Joined on Aug 2007
@ Germany ...
|
#4
|
Personally I'd give Python + PySide (for Qt integration) a go,
far more future-proof than tcl/tk imo, but to each his own
The Following User Says Thank You to michaelxy For This Useful Post: | ||
|
2011-01-01
, 08:59
|
Posts: 222 |
Thanked: 205 times |
Joined on Jul 2009
@ Finland
|
#5
|
|
2011-01-01
, 11:12
|
Posts: 2,102 |
Thanked: 1,309 times |
Joined on Sep 2006
|
#6
|
PyQt / PySide is just like TCL/TK - you write the script/program and run it, no compilation step needed.
TCL/TK is pretty marginalized at this day and age.
|
2011-01-01
, 23:31
|
Posts: 324 |
Thanked: 371 times |
Joined on Dec 2009
@ Vancouver, BC
|
#7
|
|
2011-01-02
, 23:43
|
Posts: 162 |
Thanked: 351 times |
Joined on Apr 2006
@ Cotswolds, UK
|
#8
|
The Following User Says Thank You to Graham Cobb For This Useful Post: | ||
|
2011-02-25
, 22:58
|
Posts: 19 |
Thanked: 1 time |
Joined on Jun 2010
@ California, USA
|
#9
|
|
2011-02-26
, 06:49
|
Posts: 64 |
Thanked: 24 times |
Joined on Aug 2007
@ Germany ...
|
#10
|
The Following User Says Thank You to michaelxy For This Useful Post: | ||
Yesterday i tried some TCL/TK application from the Internet with "wish ./test.tcl" and hey - there comes up the Application with a GUI. TCL can also run without GUI as pure console-scripts.
Even a complex application to control a Network-Device (avr-net-io) was running.
Here some Links I found:
http://wiki.tcl.tk/
http://www.self-tcl.de/ (German)
Games
http://wiki.tcl.tk/898
Runtime for Windows: ActiveState ActiveTcl
http://www.activestate.com/activetcl
One Book (older Version)
"Practical Programming in Tcl and Tk DRAFT, January 13, 1995"
http://www.beedub.com/book/tkbook.pdf
happy scripting