I started playing with Tcl/Tk several years ago, and promptly decided that
this language was a winner. It's simple enough that I could learn it in
a few hours, powerful enough that I could get things done, and
has enough extensions that I don't need to re-invent all the wheels
for every new project.
|
Book Recommendations | |
---|---|
Tcl/Tk: A Developer's Guide Clif Flynt |
OK, this is self serving.
My book introduces Tcl/Tk to someone who already knows how to program, and needs to get up and running fast in Tcl/Tk. It introduces most of the Tcl/Tk commands and shows how to use them in both simple and complex (real world) examples. My book also includes chapters on
Full 4 star rating from Dr. Dobb's |
Interactive Web Applications in Tcl/Tk Hattie Schroeder & Mike Doyle |
I helped edit another Tcl/Tk book for Academic Press:
Interactive Web Applications with Tcl/Tk
by Hattie Schroeder & Mike Doyle.
This book provides a good introduction to Tcl & Tk, and shows how easy it is to create web based and client/server applications in Tcl/Tk. |
Practical Programming in Tcl/Tk Brent Welch |
I was one of the pre-publication readers for Brent Welch's book.
Brent's book is the authoritive reference, and has most details on the Tcl/Tk internals. If you need to know how anything works (like, how do I add a new type of channel to an interpreter), this is the place to go. This is the reference text I go to most often (other than my own.) |
Tcl/Tk Programmers Reference Chris Nelson |
I did the technical editing for the Programmer's Reference.
Chris did a great job of explaining and expanding the sometimes cryptic man pages. The book has pictures of the standard widgets, and lists every single option and what it does. This is the best book to have by your elbow while you're programming. |
Effective Tcl/Tk Programming Mark Harrison, Michael J. McLennan |
Once you've learned the basics of Tcl/Tk, this
book will show you how to do it well.
Mark & Michael cover the little tricks in building windows, how to use
the |
Return to Clif Flynts Home Page