From 1edd3939a40cb5f32ffbd42b0f3e929ecc494e1a Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Wed, 3 Jun 2015 01:21:56 -0400 Subject: [PATCH] Added TODO --- TODO | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO b/TODO index 928ce0e8..43ac8e64 100644 --- a/TODO +++ b/TODO @@ -21,6 +21,7 @@ Working TODO list: - add mutation support for vectors. needed for vector-set! - add vector literals. will probably require updating all trans scans to handle vectors, though :( + - After all this works, make sure to add tests from r7rs to test suite - 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