tcltest: do a better job of cleanup up after tests
[jimtcl.git] / TODO
blobfc62aef869e045ac21f4abf2cc86202f49169c2d
1 CORE LANGUAGE FEATURES
3 CORE COMMANDS
5 - [onleave] command, executing something as soon as the current procedure
6   returns. With no arguments it returns the script set, with one appends
7   the onleave script. There should be a way to reset.
9   Currently we have [local] which can be used to delete procs on proc exit.
10   Also try/on/finally. Is [onleave] really needed?
12 OTHER COMMANDS NOT IN TCL BUT THAT SHOULD BE IN JIM
14 - Set commands: [lunion], [lintersect], and [ldifference]
16 EXTENSIONS
18 - Cryptography: hash functions, block ciphers, strim ciphers, PRNGs.
19 - Tuplespace extension (http://wiki.tcl.tk/3947) (using sqlite as backend)
20 - Zlib
21 - Gdlib
22 - CGI (interface compatible with ncgi, but possibly written in C for speed)
24 REFERENCES SYSTEM
26 - Unify ref/getref/setref/collect/finalize under an unique [ref] command.