From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Jeremiah@pdp10.guru Newsgroups: gmane.lisp.guile.user Subject: RE: [bootstrappable] Can Guile be bootstrapped from source without psyntax-pp.scm? Date: Fri, 07 Jul 2017 06:34:59 -0400 Message-ID: <87bmow357w.fsf@ITSx00.pdp10.guru> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1499423791 15160 195.159.176.226 (7 Jul 2017 10:36:31 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 7 Jul 2017 10:36:31 +0000 (UTC) Cc: guile-user@gnu.org, bootstrappable@freelists.org To: alexvong1995@gmail.com Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Fri Jul 07 12:36:25 2017 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 1dTQcZ-0003MX-6p for guile-user@m.gmane.org; Fri, 07 Jul 2017 12:36:23 +0200 Original-Received: from localhost ([::1]:55529 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dTQcZ-0001Zf-N8 for guile-user@m.gmane.org; Fri, 07 Jul 2017 06:36:23 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38480) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dTQc4-0001Yc-03 for guile-user@gnu.org; Fri, 07 Jul 2017 06:35:52 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dTQc0-0005JD-Uj for guile-user@gnu.org; Fri, 07 Jul 2017 06:35:52 -0400 Original-Received: from itsx00.pdp10.guru ([104.200.30.13]:45684) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dTQc0-0004sr-QX for guile-user@gnu.org; Fri, 07 Jul 2017 06:35:48 -0400 Original-Received: from nnstep by ITSx00.pdp10.guru with local (Exim 4.84_2) (envelope-from ) id 1dTQbD-0002nI-2N; Fri, 07 Jul 2017 06:34:59 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 104.200.30.13 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:13901 Archived-At: Well looking at the contents of psyntax-pp.scm (https://git.savannah.gnu.org/gitweb/?p=guile.git;a=blob;f=module/ice-9/psyntax-pp.scm;h=e2ebeced117d4c43ca2eb3ca3a1b659f3fb62d9a;hb=HEAD) I would argue it counts as source code as it is in a form that is human readable and modifiable. But I am glad that you were concerned about potential non-human readable sources required in bootstraps :D -Jeremiah