Re: scm_c_eval_string and filename
Hi Mike, Sorry for the slow response. Mike Gran writes: > Question: if I'm reading in some Guile code using the > C API scm_c_eval_string, can I set a fake "filename" > so that it gets added as a source property to the > contents read in as a string? AFAIK, we don't have an existing C API for t
scm_c_eval_string and filename
Hi- Question: if I'm reading in some Guile code using the C API scm_c_eval_string, can I set a fake "filename" so that it gets added as a source property to the contents read in as a string? Thanks, Mike