From 651e9f6b51efad0089817f4436649d45cf6d3bba Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Mon, 1 Jun 2015 21:22:08 -0400 Subject: [PATCH] Added vector TODO --- TODO | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO b/TODO index c905a0c9..bbdd7132 100644 --- a/TODO +++ b/TODO @@ -14,6 +14,7 @@ Working TODO list: - 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 * Working vector TODO-list + - Start in section 6.8 and add vector functions - make-vector should have an optional 'fill' arg in compiled code - add mutation support for vectors. needed for vector-set! - add vector literals. will probably require updating all trans scans