Resources Regarding TCL - OO ( Object Oriented programming in TCL )
tcl
Solution
The link you have is for the new OO support that is being included Tcl 8.6 which is still in development, resources on this OO subsystem are likely to be harder to find and while it can be used as is I believe it is aimed more as a foundation for other OO packages.
For Tcl 8.5 and earlier there are a number of 'add on' OO packages, a good starting point for these is here. I've used both incr_Tcl and XOTcl in the past and you should be able to find a reasonable amount of information on them both, their home pages have on-line manuals, tutorials and examples.
Problem
I am doing my Internship and the internship requires i learn and practice TCL - OO so i have been hunting for tutorials, examples, books on TCL - OO but i cannot find anything, So i would appreciate it very much if anyone can give me some good advice regarding TCL - OO. I did some research over the web and came across these materials Links: http://www.tcl.tk/cgi-bin/tct/tip/257 Book: TCL/TK a developer's guide 3rd edition by clif Flynt - has only 2 chapters on TCL - OO so besides these two references if anyone can guide me with extra material it would be splendid Thanks in advance