aboutsummaryrefslogtreecommitdiff
path: root/README.namespaces
diff options
context:
space:
mode:
Diffstat (limited to 'README.namespaces')
-rw-r--r--README.namespaces7
1 files changed, 1 insertions, 6 deletions
diff --git a/README.namespaces b/README.namespaces
index ef50769..9d23a74 100644
--- a/README.namespaces
+++ b/README.namespaces
@@ -115,6 +115,7 @@ Currently, the following namespace commands are supported.
* delete - deletes all variables and commands with the namespace prefix
* which - implemented
* upvar - implemented
+* ensemble - 'create' command is implemented
namespace children, exists, path
--------------------------------
@@ -126,12 +127,6 @@ or variable in the namespace.
Command resolution is always done by first looking in the namespace and then
at the global scope, so namespace path is not required.
-namespace ensemble
-------------------
-The namespace ensemble command is not currently supported. A future version
-of Jim Tcl will have a general-purpose ensemble creation and manipulation
-mechanism and namespace ensemble will be implemented in terms of that mechanism.
-
namespace import, export, forget, origin
----------------------------------------
Since Jim Tcl namespaces are implicit, there is no location to store export patterns.