unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
From: ludo@gnu.org (Ludovic Courtès)
To: guile-user@gnu.org
Subject: Re: [ANN] guile-gi v0.0.1 released
Date: Tue, 20 Nov 2018 21:55:07 +0100	[thread overview]
Message-ID: <878t1nxydw.fsf@gnu.org> (raw)
In-Reply-To: 20181115144125.GA23468@joshua.dnsalias.com

Hey Mike,

Mike Gran <spk121@yahoo.com> skribis:

> 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.

Woohoo, nice!

The manual has this example:

  guile -L . -c '(use-modules (gi)) (display (export-typelib "Gtk" "3.0"))' > Gtk.scm
  guile -L . -c '(use-modules (gi)) (display (export-typelib "Gio" "2.0"))' > Gio.scm

I wonder if there could be a macro providing the same functionality as
‘export-typelib’ such that the typelib file would be interpreted at
macro-expansion time.  :-)

Anyway, thumbs up!

Ludo’.




  parent reply	other threads:[~2018-11-20 20:55 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-15 14:41 [ANN] guile-gi v0.0.1 released Mike Gran
2018-11-15 15:13 ` Alex Sassmannshausen
2018-11-15 15:21 ` sirgazil
2018-11-15 15:44 ` Nala Ginrut
2018-11-15 16:11 ` Vladimir Zhbanov
2018-11-15 16:35   ` Amirouche Boubekki
2018-11-20 20:55 ` Ludovic Courtès [this message]
2019-01-31 18:51 ` Amirouche Boubekki
2019-01-31 18:57   ` Nala Ginrut
2019-01-31 22:46   ` Mike Gran
2019-01-31 22:55     ` sirgazil
2019-02-01 12:34       ` Amirouche Boubekki
2019-06-01  9:02 ` Jan Nieuwenhuizen
2019-06-02 16:15   ` Ludovic Courtès
2019-06-02 18:22     ` Jan Nieuwenhuizen
2019-06-03 14:46   ` Mike Gran
2019-06-03 16:41     ` Jan Nieuwenhuizen
2019-06-04 14:45       ` Mike Gran
2019-06-04 19:47         ` Jan Nieuwenhuizen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=878t1nxydw.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=guile-user@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).