mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-12 15:27:36 +02:00
Big TODO for next steps
This commit is contained in:
parent
a6f42b2869
commit
6f2bf6f72e
1 changed files with 6 additions and 0 deletions
|
@ -592,6 +592,12 @@
|
|||
(map car deps)))
|
||||
|
||||
|
||||
TODO: this is not good enough because need to load new symbols into
|
||||
the global environment for eval. I don't think it is good enough
|
||||
to just reset env because then any vars, changes, etc are lost.
|
||||
also, what library should all of this go into? could move these 2
|
||||
into (scheme eval) but can that module import libraries? or will that
|
||||
cause build errors? lot of little details to decide here
|
||||
(define (lib:dyn-load import)
|
||||
(let ((lib-name (lib:list->import-set import)))
|
||||
(c:dyn-load
|
||||
|
|
Loading…
Add table
Reference in a new issue