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