From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Amirouche Boubekki Newsgroups: gmane.lisp.guile.user Subject: Re: [ANN] Guile Hall Release (v0.1.1) Date: Mon, 02 Jul 2018 00:51:46 +0200 Message-ID: <1830482f737675b99bcb1f3c2231c1fe@hypermove.net> References: <8736x3upkx.fsf@gmail.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: blaine.gmane.org 1530485413 18116 195.159.176.226 (1 Jul 2018 22:50:13 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 1 Jul 2018 22:50:13 +0000 (UTC) User-Agent: Roundcube Webmail/1.1.2 Cc: guile-user@gnu.org, guile-user To: alex.sassmannshausen@gmail.com Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Mon Jul 02 00:50:08 2018 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fZlAV-0004cO-Ia for guile-user@m.gmane.org; Mon, 02 Jul 2018 00:50:08 +0200 Original-Received: from localhost ([::1]:55886 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fZlCc-0008Dh-Ox for guile-user@m.gmane.org; Sun, 01 Jul 2018 18:52:18 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:37034) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fZlCE-0008DL-Nu for guile-user@gnu.org; Sun, 01 Jul 2018 18:51:55 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fZlCD-00014X-QZ for guile-user@gnu.org; Sun, 01 Jul 2018 18:51:54 -0400 Original-Received: from relay2-d.mail.gandi.net ([217.70.183.194]:40777) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fZlC9-0000zK-9t; Sun, 01 Jul 2018 18:51:49 -0400 Original-Received: from webmail.gandi.net (unknown [10.200.201.2]) (Authenticated sender: amirouche@hypermove.net) by relay2-d.mail.gandi.net (Postfix) with ESMTPA id B343F40003; Sun, 1 Jul 2018 22:51:46 +0000 (UTC) In-Reply-To: <8736x3upkx.fsf@gmail.com> X-Sender: amirouche@hypermove.net X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 217.70.183.194 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.21 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:14672 Archived-At: On 2018-07-01 14:07, Alex Sassmannshausen wrote: > Hello, > > It is with great trepidation and joy that I finally release Hall to the > world. > > You can get it with Guix after pulling the latest version with > $ guix package -i guile-hall > > Otherwise you can get the code from > https://gitlab.com/a-sassmannshausen/guile-hall/, and build (hopefully) > using the traditional This is nicely put. I will try to use to port the work I've done in chez and compare both approaches or maybe bundle guile-web with it. Do you recommend rebasing a project that has already autotools support to use hall? Thanks for sharing!