<div dir="ltr">Another question: I made a REPL with the following code:<div><br></div><div><div>(include "../lib/objc#.scm")</div><div>(include "~~lib/_gambit#.scm")</div><div>(macro-readtable-bracket-keyword-set! ##main-readtable ':)</div>
<div>(##repl-debug-main)</div></div><div><br></div><div style>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.</div>
<div style><br></div><div style>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.</div><div style><br></div><div style>-Jason</div></div>