From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Mark H Weaver Newsgroups: gmane.lisp.guile.user Subject: Re: guile-user Digest, Vol 204, Issue 2 Date: Fri, 08 Nov 2019 11:42:08 -0500 Message-ID: <87y2wqfhfo.fsf@netris.org> References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="153677"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) Cc: guile-user To: John Cowan Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Fri Nov 08 17:43:40 2019 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iT7MJ-000dqy-Sz for guile-user@m.gmane.org; Fri, 08 Nov 2019 17:43:40 +0100 Original-Received: from localhost ([::1]:57358 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iT7MI-0002Dl-NE for guile-user@m.gmane.org; Fri, 08 Nov 2019 11:43:38 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:35635) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iT7Ly-0002CA-Gu for guile-user@gnu.org; Fri, 08 Nov 2019 11:43:19 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iT7Lx-0007D1-IA for guile-user@gnu.org; Fri, 08 Nov 2019 11:43:18 -0500 Original-Received: from world.peace.net ([64.112.178.59]:55144) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iT7Lx-0007Cb-El for guile-user@gnu.org; Fri, 08 Nov 2019 11:43:17 -0500 Original-Received: from mhw by world.peace.net with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iT7Lw-0003i1-0t; Fri, 08 Nov 2019 11:43:16 -0500 In-Reply-To: (John Cowan's message of "Tue, 5 Nov 2019 19:28:15 -0500") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 64.112.178.59 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.org@gnu.org Original-Sender: "guile-user" Xref: news.gmane.org gmane.lisp.guile.user:15883 Archived-At: John Cowan writes: > +1. If only it weren't GPL3, which makes it ineligible to be a SRFI > implementation.... Zelphir could propose a SRFI for the API only, with no reference implementation. The existing implementation could remain copylefted. Mark