Re: printed representation -> C string

M. Dakin (mdakin@mit.edu)
Mon, 26 Jan 1998 00:17:25 EST

) If I understand what you are saying, you might want to use the
) function gh_symbol2newstr(). You will find it documented in the Guile
) reference manual, as part of the gh_ interface.

Hrm, I am pretty sure this will work only if the object
one is trying to "get a string of" is a symbol. I
personally was wanting to do the same thing as Robert,
and this really did not do the trick for me. As of yet
I have not found an ideal solution. I should look at
Guile's source code...

-Mike