| Author |
Message |
truebs
Joined: 21 Jan 2005 Posts: 322 Helped: 19 Location: Asia
|
19 Sep 2006 12:53 TCL TK |
|
|
|
|
hi friends,
why is tcl tk popular ? and how to learn it ? any suggestions on good books ?
is it possible to learn TK without learning TCL ?
Thanks
|
|
| Back to top |
|
 |
agilandeswari
Joined: 18 May 2006 Posts: 22 Helped: 2
|
20 Sep 2006 10:05 Re: TCL TK |
|
|
|
|
Hi all
I also want to learn TCL/TK
OTCL is used in NETWORK SIMULATOR. I am using Network simulator s/w for my project.
I think TCL is easy to learn.I dont know much about TK.
i want to know more about how to debug errors in TCL programming.is that easy to correct??? i get lot of errors when i run my program
anybody who has a good book or material about it plz upload.
thanks
|
|
| Back to top |
|
 |
Google AdSense

|
20 Sep 2006 10:05 Ads |
|
|
|
|
|
|
| Back to top |
|
 |
narfnarf
Joined: 07 Sep 2006 Posts: 71 Helped: 4
|
21 Sep 2006 15:54 Re: TCL TK |
|
|
|
|
tcl/tk is popular b/c it is portable scripting language commonly found in tools/processing programs. For ex. Xilinx EDA uses it heavily. It is also found in some academic research.
TK is just a simple gui for TCL. if you already know TCL then picking up tk is easy, just look at some of the examples that the tcl/tk document provide.
Sry, i don't have a book for you. But, here is a very good tutorial that i used when i was learning.
Added after 1 minutes:
sry, forgot to paste the link b4 submitting
the link was:
h**p://www.tcl.tk/man/tcl8.5/tutorial/tcltutorial.html
good for syntax and quick overview
|
|
| Back to top |
|
 |