aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorantirez <antirez>2005-04-11 14:34:18 +0000
committerantirez <antirez>2005-04-11 14:34:18 +0000
commit04a5f746b663d35d4e0e2b3b8ffca76119f725a5 (patch)
tree98dcb73f0afbddd576fe6f638411a64e9ff9e3db /TODO
parent06a9e66c84eb3c3106e399265e3bd3613623cf82 (diff)
downloadjimtcl-04a5f746b663d35d4e0e2b3b8ffca76119f725a5.zip
jimtcl-04a5f746b663d35d4e0e2b3b8ffca76119f725a5.tar.gz
jimtcl-04a5f746b663d35d4e0e2b3b8ffca76119f725a5.tar.bz2
RHS/Nem vision about [tailcall] implementation/behaviour is now Jim's
way to go.
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 0 insertions, 1 deletions
diff --git a/TODO b/TODO
index fad5eba..ff7cc06 100644
--- a/TODO
+++ b/TODO
@@ -7,7 +7,6 @@ CORE LANGUAGE FEATURES
CORE COMMANDS
- All the missing standard core commands not related to I/O, namespaces, ...
-- [tail] command for programmer-driven tail recursion optimization
- The current [expr] needs a lot of work, expecially operators && and ||
are not lazy. Math functions are not present but probably will never
be added as expr functions, but as Tcl commands, like [sin], [cos] and