Removed completed item

This commit is contained in:
Justin Ethier 2015-06-24 21:45:15 -04:00
parent ae922d3eee
commit 47fdc4bbe5

3
TODO
View file

@ -21,9 +21,6 @@ Working TODO list:
- I/O - I/O
- may be able to use fmemopen to implement output strings, although it is not supported on windows - may be able to use fmemopen to implement output strings, although it is not supported on windows
- need to change current*port functions to actually have a current port, and other i/o operations to use the correct current port
issue here is, to do this right we need parameterize and dynamic-wind. both of which would be nice, but are a lot more work, too
* best place to start may be call-with-values, as that is needed before dynamic-wind.
- what else? there must be more stuff - what else? there must be more stuff
- Reduction in size of generated code - Reduction in size of generated code