Clarified TODO

This commit is contained in:
Justin Ethier 2015-02-23 10:37:38 -05:00
parent 286caff733
commit c2aecae29b

1
TODO
View file

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