guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ANN] guile-gi v0.0.1 released


From: sirgazil
Subject: Re: [ANN] guile-gi v0.0.1 released
Date: Thu, 15 Nov 2018 10:21:14 -0500
User-agent: Mozilla/5.0 (X11; Linux i686; rv:60.0) Gecko/20100101 Thunderbird/60.3.0

On 15/11/18 9:41 a. m., Mike Gran wrote:
Hello. I am announcing guile-gi v0.0.1.

guile-gi is a library that autogenerates 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 introspection information that
are intended to allow them to be used from other languages. Typelib
files are GObject's standard way to provide that introspection
information. Among the GObject libraries are GTK3 and WebKitGTK2, two
popular GUI libraries.

In short, this library hopes to make GTK3 and WebKit2 available to
Guile.

The git repo is at
   https://github.com/spk121/guile-gi.git
The code can be browsed at
   https://github.com/spk121/guile-gi
The almost non-existent documentation can be read at
   https://spk121.github.io/guile-gi/
A tarball can be downloaded from
   http://lonelycactus.com/tarball/guile-gi-0.0.1.tar.gz

To read about what this library is supposed to do, check out
   https://spk121.github.io/guile-gi/Getting-Started.html

To see an example autogenerated library binding, check out
   https://raw.githubusercontent.com/spk121/guile-gi/master/test/Gtk_sample.scm

This is pre-alpha code which I am releasing well before it is useful
or ready, mostly for academic interest.

Regards,
Mike Gran


Subscribed! I'm happy to see someone working on this :)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]