This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: printed representation -> C string


) 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