Inject additional imports, added a TODO

This commit is contained in:
Justin Ethier 2019-02-14 23:03:33 -05:00
parent d0d7fae89c
commit 7021855eca

View file

@ -450,6 +450,9 @@
(set! globals (append globals '(Cyc-memoize)))
(set! imported-vars (cons (lib:list->import-set '(Cyc-memoize srfi 69)) imported-vars))
)
TODO: this blows up compiling the tail-call-opt example program...
(inject-import '(scheme cyclone common))
(inject-import '(scheme base))
(inject-import '(scheme char))
(inject-import '(srfi 69))
;; END memoization-specific code