[gambit-list] Make a REPL load macros
Jason Felice
jason.m.felice at gmail.com
Sun Apr 7 12:19:44 EDT 2013
Another question: I made a REPL with the following code:
(include "../lib/objc#.scm")
(include "~~lib/_gambit#.scm")
(macro-readtable-bracket-keyword-set! ##main-readtable ':)
(##repl-debug-main)
Macros aren't available in the REPL (unless I included them from within the
REPL). I understand what's going on, but not sure how to make it work.
I'm hoping I can compile macros so I don't need to count on the objc#.scm
file being around at run time, but if not - ah well.
-Jason
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.iro.umontreal.ca/pipermail/gambit-list/attachments/20130407/75d88b40/attachment.htm>
More information about the Gambit-list
mailing list