From: Zoran V. <zv...@ar...> - 2007-08-06 17:08:12
|
Am 06.08.2007 um 18:54 schrieb Zoran Vasiljevic: > > I modified the "old way" NOT to use introspective > script, rather to use Tcl command traces :-) OK, not really *everything*. Tcl namespace serialization (variables/procedures) is still done "the old way". The problem with that that a namespace is a difficult beast to handle. Some OO extensions (Xotcl) create their own namespaces which you just cannot serialize the Tcl-way... |