ISO = In Search Of.
I currently have a small local "ooutil" package which, then required extends
the OO Helper namespace with a command which makes the use of oo methods as
callbacks easier, i.e. instead of writing
after 100 [list [namespace which my] <method> <arg>...]
when setting up a timer callback it becomes a simple
after 100 [callback <method> <arg>...]
I am now in search of other useful methods, commands, etc. which could be added
to this package.
Then it can go into tcllib.
--
Andreas Kupries
Senior Tcl Developer
ActiveState, The Dynamic Language Experts
P: 778.786.1122
F: 778.786.1133
and...@ac...
http://www.activestate.com
Get insights on Open Source and Dynamic Languages at www.activestate.com/blog
|