From c0858834e4f4062997ad9d278e0a8891e3a32fe5 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Fri, 29 May 2015 21:11:05 -0400 Subject: [PATCH] Updated TODO --- TODO | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO b/TODO index 7f18ae80..925716f3 100644 --- a/TODO +++ b/TODO @@ -13,6 +13,7 @@ Working TODO list: - 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. - vectors - limited use in cgen module - make-vector, vector-set!, vector-ref, list->vector, vector->list obvious issues are how to represent the vector (array of objects, I suppose) and how to GC it, including handling mutations - what else? there must be more stuff