Added a note

This commit is contained in:
Justin Ethier 2015-06-12 21:26:44 -04:00
parent 16eae93839
commit b8663c0b88

3
TODO
View file

@ -18,6 +18,9 @@ Working TODO list:
- should make GC more efficient, only transport mutated vector index, not the whole vector - should make GC more efficient, only transport mutated vector index, not the whole vector
- After all this works, make sure to add tests from r7rs to test suite - After all this works, make sure to add tests from r7rs to test suite
- I/O
- 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 - 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 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. * best place to start may be call-with-values, as that is needed before dynamic-wind.