Hello all-
So what is the latest on gobject introspection for Guile? I am
sketching out a GTK3 + WebKitGTK app and would like to try to
autogenerate a binding for those libraries using its typelib.
There seem to be a couple of projects that have attempted this. Most
recently g-golf. Is any suc
30094 @ debbugs got gnu dot org has a patch for adding support for extension
languages
The patch is against guile-2.2.4
mwette$ cat jsinc
#lang ecmascript
function js_inc(a) {
return a + 1;
}
mwette$ cat jsdec.js
function js_dec(a) {
return a - 1;
}
mwette$ guile
GNU Guile 2.2.4
Copy