File: TODO

package info (click to toggle)
openocd 0.8.0-4
  • links: PTS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 24,080 kB
  • sloc: ansic: 267,481; sh: 15,640; tcl: 6,879; asm: 1,684; cpp: 1,671; makefile: 1,185; perl: 717; python: 708; haskell: 35
file content (26 lines) | stat: -rw-r--r-- 822 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
CORE LANGUAGE FEATURES

CORE COMMANDS

- [onleave] command, executing something as soon as the current procedure
  returns. With no arguments it returns the script set, with one appends
  the onleave script. There should be a way to reset.

  Currently we have [local] which can be used to delete procs on proc exit.
  Also try/on/finally. Is [onleave] really needed?

OTHER COMMANDS NOT IN TCL BUT THAT SHOULD BE IN JIM

- Set commands: [lunion], [lintersect], and [ldifference]

EXTENSIONS

- Cryptography: hash functions, block ciphers, strim ciphers, PRNGs.
- Tuplespace extension (http://wiki.tcl.tk/3947) (using sqlite as backend)
- Zlib
- Gdlib
- CGI (interface compatible with ncgi, but possibly written in C for speed)

REFERENCES SYSTEM

- Unify ref/getref/setref/collect/finalize under an unique [ref] command.