<div dir="ltr"><div><div><div><br></div>How do you embed a &#39;large&#39; 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 = &quot;(define (hello src)&quot;<br>                            &quot;(display src))&quot;<br>                  &quot;(hello \&quot;joe\n\&quot;)&quot;;<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>