On 2011-11-09 05:52:25 -0600 Thien-Thi Nguyen <t...@gnuvola.org> wrote:
() Keith Wright <kwri...@keithdiane.us> () Wed, 9 Nov 2011 00:51:07 -0500 I don't think there is a compatible library, you just have to change everything over to the scm.h interface. Another way (if you wish to maintain backward portability) is to use an intermediate interface, e.g., src/gi.h in Guile-PG. http://www.nongnu.org/guile-pg/ http://git.savannah.gnu.org/cgit/guile-pg.git/tree/src/gi.h
I will try using libguile.h instead. But if this don't work. Can I use Guile directly inside my Objective-C files? Since Objective-C is a superset of C.
The website only refers to C and C++.