On 7/9/07, John Cowan <[EMAIL PROTECTED]> wrote:

Yes, that works.  However, it occurs to me that if what Martin actually
wants is a C function whose body is some string whose value
is not known until run-time, no amount of fiddling with macros will
accomplish that; C functions have to be known before run time so
they can be compiled.

No, I want a C function whose body is a string generated by combining
a template and some arguments that fill in slots in the template.

martin


_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to