From 0798ded8a3885a645a786e3f51d2bc69c8cc5828 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Mon, 1 Jun 2015 22:51:13 -0400 Subject: [PATCH] Added notes about allocations/functions --- TODO | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO b/TODO index bbdd7132..928ce0e8 100644 --- a/TODO +++ b/TODO @@ -16,6 +16,8 @@ Working TODO list: * Working vector TODO-list - Start in section 6.8 and add vector functions - make-vector should have an optional 'fill' arg in compiled code + note allocation functions can be functions instead of macros if they accept a + cont arg so they do not have to return - add mutation support for vectors. needed for vector-set! - add vector literals. will probably require updating all trans scans to handle vectors, though :(