1Bug Fixes
2* revisit the lazy dynamic-wind code
3* make implementations of srfis 12 and 34 fully compliant with spec
4* make let-syntax strictly r5rs compliant when strict compliance is
5  demanded
6* Work to eliminate bottlenecks in generic-procedure calls.
7
8General
9* Document weak hashtables
10* do a code walk to weed out anything that breaks thread-safety
11* produce a validation testing framework that is invokable from ant
12* produce a performance testing framework that is invokable from ant
13
14Features
15* Support for composable IO.
16* rationalize/integrate modules, libraries, slib
17* implement random-access files
18* write a debugger
19* port scsh's SREs
20* mechanism to construct immutable objects other than literals
21* direct implementation of shift and reset
22   http://citeseer.nj.nec.com/gasbichler02final.html
23  but make sure it plays nicely with dynamic-wind
24