From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Newsgroups: gmane.lisp.guile.user Subject: Re: [potluck dish] Compiler for the Joy language Date: Wed, 24 Feb 2016 15:35:37 +0100 Message-ID: <87h9gyfa6e.fsf@gnu.org> References: <20160223002736.1c82ee82@openmailbox.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1456324563 6800 80.91.229.3 (24 Feb 2016 14:36:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 24 Feb 2016 14:36:03 +0000 (UTC) Cc: guile-user@gnu.org To: Eric Bavier Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Wed Feb 24 15:35:58 2016 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aYaXl-0005Wv-8e for guile-user@m.gmane.org; Wed, 24 Feb 2016 15:35:57 +0100 Original-Received: from localhost ([::1]:36238 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYaXk-0007Vv-Ky for guile-user@m.gmane.org; Wed, 24 Feb 2016 09:35:56 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39682) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYaXY-0007Vl-1e for guile-user@gnu.org; Wed, 24 Feb 2016 09:35:44 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aYaXU-0001Hw-Pb for guile-user@gnu.org; Wed, 24 Feb 2016 09:35:43 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:43927) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYaXU-0001Hs-LN; Wed, 24 Feb 2016 09:35:40 -0500 Original-Received: from reverse-83.fdn.fr ([80.67.176.83]:39478 helo=pluto) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1aYaXT-0005dl-Uu; Wed, 24 Feb 2016 09:35:40 -0500 In-Reply-To: <20160223002736.1c82ee82@openmailbox.org> (Eric Bavier's message of "Tue, 23 Feb 2016 00:27:36 -0600") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 5 =?utf-8?Q?Vent=C3=B4se?= an 224 de la =?utf-8?Q?R?= =?utf-8?Q?=C3=A9volution?= X-PGP-Key-ID: 0x3D9AEBB5 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-unknown-linux-gnu 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.14 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-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:12438 Archived-At: Eric Bavier skribis: [...] >> > My interest in Joy came from a search to find a small language whose >> > minimal base could be implemented as an easily-audited assembly >> > interpreter, but which has higher-level language capabilities. >>=20 >> Interesting. Was this in the context of destroy bootstrapping or >> something else? Argh, I meant to write =E2=80=9Cdistro bootstrapping.=E2=80=9D > The bootstrapping issue, yes. Nice. Ludo=E2=80=99.