From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Newsgroups: gmane.lisp.guile.user Subject: Re: [ANN] Guile Hall Release (v0.1.1) Date: Mon, 02 Jul 2018 17:09:06 +0200 Message-ID: <87zhz9fze5.fsf@gnu.org> References: <8736x3upkx.fsf@gmail.com> <877emepudc.fsf@gnu.org> <87zhzat1el.fsf@gmail.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1530544156 28126 195.159.176.226 (2 Jul 2018 15:09:16 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 2 Jul 2018 15:09:16 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) Cc: guile-user@gnu.org To: Alex Sassmannshausen Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Mon Jul 02 17:09:12 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 1fa0S0-0007Es-Ak for guile-user@m.gmane.org; Mon, 02 Jul 2018 17:09:12 +0200 Original-Received: from localhost ([::1]:33435 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fa0U7-0003j9-Am for guile-user@m.gmane.org; Mon, 02 Jul 2018 11:11:23 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47874) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fa0S2-0002Z0-03 for guile-user@gnu.org; Mon, 02 Jul 2018 11:09:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fa0Rx-0006ky-1s for guile-user@gnu.org; Mon, 02 Jul 2018 11:09:13 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:59432) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fa0Rw-0006ks-TB; Mon, 02 Jul 2018 11:09:08 -0400 Original-Received: from [193.50.110.150] (port=59262 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1fa0Rw-0000IY-9u; Mon, 02 Jul 2018 11:09:08 -0400 X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 14 Messidor an 226 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu In-Reply-To: <87zhzat1el.fsf@gmail.com> (Alex Sassmannshausen's message of "Mon, 02 Jul 2018 11:47:14 +0200") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e 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:14676 Archived-At: Heya, Alex Sassmannshausen skribis: >> I wonder if it would be useful to have a =E2=80=9Cstandalone=E2=80=9D mo= de, where Hall >> would rely neither on Autoconf/Automake nor on Guix to do basic things >> like building code. It might help newcomers. You wouldn=E2=80=99t want= to >> reimplement everything though, so I don=E2=80=99t know if this is a viab= le >> approach. Thoughts? > > Interesting idea. When you say building code, do you mean literally > compiling a project within the project folder & perhaps generating a > wrapper script that might update GUILE_LOAD_{COMPILED_}PATH =C3=A0 la > pre-inst-env, or do you mean some form of installer? I=E2=80=99m thinking of a =E2=80=9Chall build=E2=80=9D command that would b= uild Scheme files and produce a wrapper script, and optionally =E2=80=9Chall install=E2=80=9D as = well. It=E2=80=99s interesting only if it can be done without reimplementing too = much of the Autoconf/Automake or Guix logic, I suppose. Thanks, Ludo=E2=80=99.