<div dir="ltr"><div><div><div><br></div>How do you embed a 'large' scheme program with s7 .<br></div>Do you run any macros before you compile the c code to do the escapes for the scheme text? (see below)<br></div>I will appreciate if i can get access to those macros.<br><div><div><div><div><br clear="all"><br>int main(int argc, char **argv)<br>{<br> char *scheme_program = "(define (hello src)"<br> "(display src))"<br> "(hello \"joe\n\")";<br> s7_scheme *s7;<br> s7 = s7_init();<br> s7_eval_c_string(s7, scheme_program);<br>}<br>-- <br><div class="gmail_signature">Joe<br></div>
</div></div></div></div></div>