From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Mark H Weaver Newsgroups: gmane.lisp.guile.user Subject: Re: [ANN] guile-gi 0.0.2 released Date: Sun, 16 Jun 2019 16:49:06 -0400 Message-ID: <87muihuugt.fsf@netris.org> References: <20190616192027.GA15008@spikycactus.attlocal.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="64464"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) Cc: guile-user@gnu.org To: Mike Gran Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sun Jun 16 23:05:25 2019 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hccL6-000GeW-PJ for guile-user@m.gmane.org; Sun, 16 Jun 2019 23:05:24 +0200 Original-Received: from localhost ([::1]:42854 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hccL5-0006lq-Qq for guile-user@m.gmane.org; Sun, 16 Jun 2019 17:05:23 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:60986) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hccIR-0004vy-Bz for guile-user@gnu.org; Sun, 16 Jun 2019 17:02:40 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hcc9t-0002S7-5E for guile-user@gnu.org; Sun, 16 Jun 2019 16:53:50 -0400 Original-Received: from world.peace.net ([64.112.178.59]:51972) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hcc9t-0002Rg-23 for guile-user@gnu.org; Sun, 16 Jun 2019 16:53:49 -0400 Original-Received: from mhw by world.peace.net with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hcc9r-0007QD-Pb; Sun, 16 Jun 2019 16:53:47 -0400 In-Reply-To: <20190616192027.GA15008@spikycactus.attlocal.net> (Mike Gran's message of "Sun, 16 Jun 2019 12:20:27 -0700") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 64.112.178.59 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: "guile-user" Xref: news.gmane.org gmane.lisp.guile.user:15571 Archived-At: 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 runtime > by parsing typelib files. This is very important work. Thank you! Mark