From aca5ab3d11a1fc00ed71c57bb3558cb39a2cdd07 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Fri, 22 May 2015 22:14:08 -0400 Subject: [PATCH] First draft of roadmap --- TODO | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/TODO b/TODO index 534746b0..3ecaf85e 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,12 @@ +Roadmap: + - Get libraries working (think this is done)? + - Add constructs used by the compiler + - Allow compiler to be hosted by Chicken (already working) or itself (self-hosting) + - Install scripts and instructions, need to be able to deploy this + - Add macro support (instead of current kludge) + - Target r7rs support (coordinate with feature list) + - User manual (or at least API docs) + Working TODO list: - Reduction in size of generated code