[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ffi-helper: looking for C libraries to try
From: |
Matt Wette |
Subject: |
Re: ffi-helper: looking for C libraries to try |
Date: |
Sat, 12 Aug 2017 12:55:07 -0700 |
> On Aug 8, 2017, at 3:00 AM, Catonano <address@hidden> wrote:
>
> Matt,
>
> 2017-07-15 1:17 GMT+02:00 Matt Wette <address@hidden <mailto:address@hidden>>:
>
> 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.