> On Aug 8, 2017, at 3:00 AM, Catonano <caton...@gmail.com> wrote: > > Matt, > > 2017-07-15 1:17 GMT+02:00 Matt Wette <matt.we...@gmail.com > <mailto:matt.we...@gmail.com>>: > > Hi All, > > I am working on a ffi-helper: a program that will read in a C dot-h file and > generate a Guile > > I would be intrigued by the possibility to wrrite Gnome apps in Guile scheme > > I know that there's a proejct for thhat, it's G-golf > https://www.gnu.org/software/g-golf/ <https://www.gnu.org/software/g-golf/> > > But I undertsand it's in its very early stage > > Could there be any overlap between your ffi helper and G-golf ? > > Could your ffi helper work on te GObject introspection thing ? > > Also, there's a library provided by Postgresql. Cwebber's guile-squee uses > that to pilot Postgresql from Scheme > > A nice wrap would be cool ! > > Thanks !
Much of gobject got sucked in when compiling librsvg.ffi. Supporting g-object was tough but it does compile. I’m guessing this could help with the g-object stuff. However, I’m not a GOOPS programmer, so someone else would have to work on the GOOPS layer.