This is the mail archive of the guile@sourceware.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: Question about ports


> Date: Fri, 24 Mar 2000 13:47:01 -0700 (MST)
> From: Craig Wright <spiral@cs.unm.edu>
> 
> I would like a C/C++ solution to the problem, because a lot of the code
> is written in C++, only the configuration of the program uses Scheme. 

It's possible to use string ports from C: scm_mkstrport creates a port
and scm_strport_to_string returns its contents as a newly allocated SCM
string.

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