File: TODO

package info (click to toggle)
sisc 1.16.6-1.2
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 8,492 kB
  • sloc: lisp: 69,834; xml: 19,482; java: 17,841; sh: 125; makefile: 54
file content (23 lines) | stat: -rw-r--r-- 858 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Bug Fixes
* revisit the lazy dynamic-wind code
* make implementations of srfis 12 and 34 fully compliant with spec
* make let-syntax strictly r5rs compliant when strict compliance is
  demanded
* Work to eliminate bottlenecks in generic-procedure calls.

General
* Document weak hashtables
* do a code walk to weed out anything that breaks thread-safety
* produce a validation testing framework that is invokable from ant
* produce a performance testing framework that is invokable from ant

Features
* Support for composable IO.
* rationalize/integrate modules, libraries, slib
* implement random-access files
* write a debugger
* port scsh's SREs
* mechanism to construct immutable objects other than literals
* direct implementation of shift and reset
   http://citeseer.nj.nec.com/gasbichler02final.html
  but make sure it plays nicely with dynamic-wind