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: G-wrap to help with translations



If you're writing your C code for Guile, it's definitely nicer to have
it work directly with Scheme datatypes.  I think the best Scheme-level
interfaces arise that way.  Wrapper generators are best when dealing
with existing or independently maintained code.

So you're really looking for tools that make it easier to write new C
code designed to work with Guile.