From 6cf2a6a4af6567e9c68631dd5679ff4cbe706406 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Fri, 21 Aug 2015 21:40:26 -0400 Subject: [PATCH] WIP --- TODO | 2 ++ test2.scm | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index 844134fb..378de770 100644 --- a/TODO +++ b/TODO @@ -1,7 +1,9 @@ Roadmap: - Add macro support (instead of current kludge) - Target r7rs support (coordinate with feature list) + - Code cleanup - need to take care of accumulated cruft before release - User manual (or at least API docs, features page may be a good 1st step) + - Investigate native thread support. see notes at the end of this file Working TODO list. should start creating issues for these to get them out of here: diff --git a/test2.scm b/test2.scm index ea5d5e3d..aab95ebe 100644 --- a/test2.scm +++ b/test2.scm @@ -42,9 +42,9 @@ ;; tbd how this parameter would be combined with eval's global env, ;; because it would need to extend it. ;; could eval expose a function to extend the global env (or any env)? - ;(test 1 2 3) ; breaks + (test 1 2 3) ; breaks ;(my-or 1 2 3) ; breaks - (and 'test 'test2)))) + (and ''test ''test2)))) ;(define-syntax or