Re: Tcl/Tk 8.5.2 RELEASED
- From: vitick@xxxxxxxxx
- Date: Mon, 31 Mar 2008 10:24:04 -0700 (PDT)
Thanks a lot, nice to see TCL development moving along.
Question for everyone involved or whoever cares to answer:
Is it possible/desirable to extend TCL core to add more functionality
to make the environment more transparent?
Example:
----------------------------------------------------
I have these namespaces: x::y1::z,x::y2::z, x::y3::x
If I want to see all commands in namespaces x::y1::z, x::y2::z,
x::y3::z
info commands x::*::z
In namespace x::y1::z
info commands x::*1::z
Find all namespaces below x::
namespace children x::*
Find all namespaces below x::y1 and x::y2
namespace children x::y*
----------------------------------------------------
Basically, add glob expansion to namespace and it's associated
commands (where it makes sense). IMHO, that would make programming
with TCL much easier for a lot of people (including the humble
me) :) .
.
- References:
- Tcl/Tk 8.5.2 RELEASED
- From: Donald G Porter
- Tcl/Tk 8.5.2 RELEASED
- Prev by Date: Re: widget::dialog - where
- Next by Date: compiling an app under Linux, looking for library files and headers
- Previous by thread: Tcl/Tk 8.5.2 RELEASED
- Next by thread: compiling an app under Linux, looking for library files and headers
- Index(es):