Re: [ANN] guile-gi 0.0.2 released

2019-06-17 Thread Zelphir Kaltstahl
I don't really understand what guile-gi does or how it does that, but I think being able to reliably build applications with GUI using GTK would be great with Guile. I like GTK3 and did something with Python some time ago, but that's not as cool as doing things with Guile! If guile-di helps with th

Re: [ANN] guile-gi 0.0.2 released

2019-06-17 Thread Ricardo Wurmus
Hi Mike, > Hello. I am announcing guile-gi v0.0.2. Yay! Thank you. I updated the package in Guix and noticed that the test for atomic_int_set is marked as XFAIL, but it now passes. In Guix we now override the list of XFAIL_TESTS to let the tests pass. -- Ricardo

Re: [ANN] guile-gi 0.0.2 released

2019-06-16 Thread Mark H Weaver
Mike Gran writes: > In short, this library hopes to make GTK3 and WebKit2 available to > Guile. > > This particular library is one of several different attempts and > solving the interface between GTK+3 and Guile. Its differentiating > (mis)feature is that its bindings are created dynamically at

Re: [ANN] guile-gi 0.0.2 released

2019-06-16 Thread sirgazil
On Sun, 16 Jun 2019 14:20:27 -0500 Mike Gran wrote > Hello. I am announcing guile-gi v0.0.2. > > guile-gi is a library that autogenerates GNU Guile bindings for > GObject libraries that provide typelib files. GNU Guile is an > implementation of Scheme, a Lisp-like language.

[ANN] guile-gi 0.0.2 released

2019-06-16 Thread Mike Gran
Hello. I am announcing guile-gi v0.0.2. guile-gi is a library that autogenerates GNU Guile bindings for GObject libraries that provide typelib files. GNU Guile is an implementation of Scheme, a Lisp-like language. GObject is a standard way of writing C-language libraries with headers and introsp