From 47fdc4bbe5c47ff77d7ba7e69c64f5574b3b705e Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Wed, 24 Jun 2015 21:45:15 -0400 Subject: [PATCH] Removed completed item --- TODO | 3 --- 1 file changed, 3 deletions(-) diff --git a/TODO b/TODO index cf5024b3..3cbe2568 100644 --- a/TODO +++ b/TODO @@ -21,9 +21,6 @@ Working TODO list: - 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 - 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 - Reduction in size of generated code