Hi Mark,

On Sat, Jan 28, 2012 at 8:12 PM, Mark H Weaver <m...@netris.org> wrote:
> In short, this single function allows code to do the ideal thing
> relatively painlessly.  Typical usage might be something like this:
>
>  SCM
>  my_eval (const char *string, const char *file_name,
>          long line, long column)
>  {
>    return scm_eval_string_from_file
>      (scm_from_locale_string (string), SCM_UNDEFINED,
>       scm_from_locale_string (file_name), line, column, 0);
>  }
>
> What do you think?

I think it is what I've wanted for years.  Thank you!!
Any of these variations would make me happy.

Cheers - Bruce

Reply via email to