From f205b80ec4e271a4de31b2c3ee1bc1cac97551ea Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Wed, 27 May 2015 00:45:58 -0400 Subject: [PATCH] Added more vector req's --- TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO b/TODO index 2d3f7244..52fff125 100644 --- a/TODO +++ b/TODO @@ -13,7 +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 - quasiquote - will need to enhance the parser to support a second type of quote, at minimum - - vectors - limited use in cgen module - make-vector, vector-set!, and vector-ref + - vectors - limited use in cgen module - make-vector, vector-set!, vector-ref, list->vector, vector->list - Reduction in size of generated code is there anything we can do?