From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Dale Mellor Newsgroups: gmane.lisp.guile.user Subject: Re: What is the status of guile-gnome, or gtk\guile? Date: Sun, 07 Jun 2020 11:57:42 +0100 Organization: DM Bespoke Computer Solutions Ltd Message-ID: <81abd47d97130f3e68fbceea064be64dffca6bb9.camel@rdmp.org> References: <99b0c0a0b19be63a119d3d94216eef5a9cdfa4e5.camel@rdmp.org> <3a28643e-7efc-8e02-0972-17448ecdab78@posteo.de> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="36522"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Evolution 3.30.5-1.1 Cc: guile-user To: Zelphir Kaltstahl Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Sun Jun 07 12:58:00 2020 Return-path: Envelope-to: guile-user@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jht03-0009NA-5X for guile-user@m.gmane-mx.org; Sun, 07 Jun 2020 12:57:59 +0200 Original-Received: from localhost ([::1]:57142 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jht02-0000D8-8z for guile-user@m.gmane-mx.org; Sun, 07 Jun 2020 06:57:58 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:42354) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jhszr-0000Cd-1y for guile-user@gnu.org; Sun, 07 Jun 2020 06:57:47 -0400 Original-Received: from rdmp.org ([52.19.174.175]:34764) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jhszp-0001V1-PA for guile-user@gnu.org; Sun, 07 Jun 2020 06:57:46 -0400 Original-Received: from [127.0.0.1] (helo=localhost) by rdmp.org with esmtp (Exim 4.92) (envelope-from ) id 1jhszn-0008V0-Iu; Sun, 07 Jun 2020 10:57:43 +0000 In-Reply-To: <3a28643e-7efc-8e02-0972-17448ecdab78@posteo.de> Received-SPF: softfail client-ip=52.19.174.175; envelope-from=guile-qf1qmg@rdmp.org; helo=rdmp.org X-detected-operating-system: by eggs.gnu.org: First seen = 2020/06/07 06:57:43 X-ACL-Warn: Detected OS = ??? X-Spam_score_int: -4 X-Spam_score: -0.5 X-Spam_bar: / X-Spam_report: (-0.5 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_SOFTFAIL=0.732, SPF_SOFTFAIL=0.665 autolearn=_AUTOLEARN X-Spam_action: no action 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-mx.org@gnu.org Original-Sender: "guile-user" Xref: news.gmane.io gmane.lisp.guile.user:16557 Archived-At: On Sun, 2020-06-07 at 10:39 +0200, Zelphir Kaltstahl wrote: > This is what I have been looking up just yesterday as well! > > I remember some e-mails here on the Guile user list definitely later > than 2017. However, they also did not turn up on my search engine search > yesterday. > > I also wonder, if there is a tutorial somewhere, which shows the basics > of using guile-gnome for making a GUI application. I'd love to use Guile > + GTK3 for an application I want to write for a long time. I have since found out about two successor projects, unfortunately both in very early stages of development: g-golf and guile-gi. If you are starting a new project, you most likely want to look at using one or other of these, but you will have to be prepared to help that project to shake out its bugs.