From e9e634e5c258d07b9b433dfb0dcf7f048a0722a3 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Sat, 23 May 2015 01:08:35 -0400 Subject: [PATCH] Added notes --- TODO | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TODO b/TODO index 146b2747..96e1c2df 100644 --- a/TODO +++ b/TODO @@ -7,6 +7,9 @@ Working TODO list: cyclone> 'a Error: Unbound variable quote + it seems tagged-list? is receiving two different instances of the "quote" symbol + add_symbol(quote_quote); appears in each module + can we fix this by updating defsymbol to call find_or_add_symbol??? - Reduction in size of generated code is there anything we can do?