From b23c0f847edb70b4c9f6a060f9c44f21b5c2a13a Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Sun, 24 May 2015 16:03:00 -0400 Subject: [PATCH] Added self-hosting TODO section, not complete but a working list --- TODO | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/TODO b/TODO index 3ecaf85e..93603f26 100644 --- a/TODO +++ b/TODO @@ -9,6 +9,11 @@ Roadmap: Working TODO list: + - Constructs require for self-hosting + + - need to change current*port functions to actually have a current port, and other i/o operations to use the correct current port + - quasiquote - will need to enhance the parser to support a second type of quote, at minimum + - Reduction in size of generated code is there anything we can do? are closures being packed/unpacked unnecessarily?