[CM] regds : s7 scheme -> embedding scheme

JV billbose at gmail.com
Sat Nov 22 11:40:07 PST 2014


How do you embed a 'large' scheme program  with s7 .
Do you run any macros before you compile the c code to do the escapes for
the scheme text? (see below)
I will appreciate if i can get access to those macros.


int main(int argc, char **argv)
{
  char *scheme_program = "(define (hello src)"
                            "(display src))"
                  "(hello \"joe\n\")";
  s7_scheme *s7;
  s7 = s7_init();
  s7_eval_c_string(s7, scheme_program);
}
-- 
Joe
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://ccrma-mail.stanford.edu/mailman/private/cmdist/attachments/20141122/ce8b68f8/attachment.html 


More information about the Cmdist mailing list