On 19 Mar 2006, at 15:53, Gustaf Neumann wrote:
One general observation about our discussion: it is often not clear, what "namespace" refers to, a "tcl namespace" or some kind of an abstract namespace. tcl-namespaces
OK, for the records when I've talked of namespaces I have meant Tcl namespaces :-)
Kristoffer Lawson schrieb:
On 19 Mar 2006, at 14:09, Scott Gargash wrote:
xotcl-bounces@alice.wu-wien.ac.at wrote on 03/19/2006 04:08:40 AM:
On 19 Mar 2006, at 00:12, Scott Gargash wrote:
When would you need the namespace of the object?
I have only ever needed the namespace of an object
you mean, you needed to use the explicit "requireNamespace", since namespaces are used all over in tcl as discussed in depth. as soon you define e.g. a child object or a proc for an object, a tcl-namespace is automatically added.
Yes, exactly. But also, from my point of view the implementation could have been anything, tcl namespace or not, except for that particular case which sometimes comes up.