mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 13:49:16 +02:00
Clarified TODO
This commit is contained in:
parent
286caff733
commit
c2aecae29b
1 changed files with 1 additions and 0 deletions
1
TODO
1
TODO
|
@ -6,6 +6,7 @@ Working TODO list:
|
||||||
|
|
||||||
- compiled/interpreted code integration
|
- compiled/interpreted code integration
|
||||||
* call a compiled function from eval
|
* call a compiled function from eval
|
||||||
|
we have the continuation in apply though. I think if the code gets that far, we should be able to apply a compiled function
|
||||||
* call an interpreted function from compiled code (or is eval good enough? maybe that is the answer?)
|
* call an interpreted function from compiled code (or is eval good enough? maybe that is the answer?)
|
||||||
|
|
||||||
- Use a lib.scm for libs, similar to eval/parser modules?
|
- Use a lib.scm for libs, similar to eval/parser modules?
|
||||||
|
|
Loading…
Add table
Reference in a new issue