aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2016-08-10 10:47:55 +1000
committerSteve Bennett <steveb@workware.net.au>2016-08-10 10:47:55 +1000
commit0f35c013121121193b8f12e59015cf9c2da4ae10 (patch)
tree189d58fbe6fb16ca4dcae1af969d646921598a69 /README
parent245b2009c66f3b3698773d8c49a834913db7d656 (diff)
downloadjimtcl-0f35c013121121193b8f12e59015cf9c2da4ae10.zip
jimtcl-0f35c013121121193b8f12e59015cf9c2da4ae10.tar.gz
jimtcl-0f35c013121121193b8f12e59015cf9c2da4ae10.tar.bz2
README: a version of namespaces is implemented
Signed-off-by: Steve Bennett <steveb@workware.net.au>
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 8ce8086..c3c386b 100644
--- a/README
+++ b/README
@@ -10,7 +10,7 @@ Jim is a small footprint implementation of the Tcl programming language
written from scratch. Currently Jim Tcl is very feature complete with
an extensive test suite (see the tests directory).
There are some Tcl commands and features which are not implemented
-(and likely never will be), including namespaces, traces and Tk. However
+(and likely never will be), including traces and Tk. However
Jim Tcl offers a number of both Tcl8.5 and Tcl8.6 features ({*}, dict, lassign,
tailcall and optional UTF-8 support) and some unique features.
These unique features include [lambda] with garbage collection, a general GC/references