From 338d46ac9ec8f3bd0a1635c3454b756c2b39297a Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Tue, 13 Oct 2015 22:32:17 -0400 Subject: [PATCH] Added notes --- TODO | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO b/TODO index 25235323..6136b57c 100644 --- a/TODO +++ b/TODO @@ -11,6 +11,7 @@ at this point, cyclone crashes when compiling the test suite. I think there may Roadmap: + - Make it easier to work with multiple copies of cyclone. for example, maybe an env variable could be used to point a local copy of cyclone to the current directory for resources, instead of /usr/local/ - Add macro support, ideally including some level of hygiene - Code cleanup - need to take care of accumulated cruft before release. also, can we profile to make things any faster? - Target r7rs support (coordinate with feature list)