mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-25 13:05:05 +02:00
WIP
This commit is contained in:
parent
6426e31a4c
commit
6cf2a6a4af
2 changed files with 4 additions and 2 deletions
2
TODO
2
TODO
|
@ -1,7 +1,9 @@
|
||||||
Roadmap:
|
Roadmap:
|
||||||
- Add macro support (instead of current kludge)
|
- Add macro support (instead of current kludge)
|
||||||
- Target r7rs support (coordinate with feature list)
|
- 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)
|
- 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:
|
Working TODO list. should start creating issues for these to get them out of here:
|
||||||
|
|
||||||
|
|
|
@ -42,9 +42,9 @@
|
||||||
;; tbd how this parameter would be combined with eval's global env,
|
;; tbd how this parameter would be combined with eval's global env,
|
||||||
;; because it would need to extend it.
|
;; because it would need to extend it.
|
||||||
;; could eval expose a function to extend the global env (or any env)?
|
;; 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
|
;(my-or 1 2 3) ; breaks
|
||||||
(and 'test 'test2))))
|
(and ''test ''test2))))
|
||||||
|
|
||||||
|
|
||||||
;(define-syntax or
|
;(define-syntax or
|
||||||
|
|
Loading…
Add table
Reference in a new issue