This commit is contained in:
Justin Ethier 2015-08-21 21:40:26 -04:00
parent 6426e31a4c
commit 6cf2a6a4af
2 changed files with 4 additions and 2 deletions

2
TODO
View file

@ -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:

View file

@ -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