From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.devel Subject: Re: compiler dep on r6rs Date: Sun, 20 Feb 2011 22:46:08 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1298238067 17536 80.91.229.12 (20 Feb 2011 21:41:07 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 20 Feb 2011 21:41:07 +0000 (UTC) Cc: Ludovic =?utf-8?Q?Court=C3=A8s?= To: guile-devel Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sun Feb 20 22:41:02 2011 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PrH1a-0004Cf-Ep for guile-devel@m.gmane.org; Sun, 20 Feb 2011 22:41:02 +0100 Original-Received: from localhost ([127.0.0.1]:37062 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PrH1Z-0004lJ-U8 for guile-devel@m.gmane.org; Sun, 20 Feb 2011 16:41:01 -0500 Original-Received: from [140.186.70.92] (port=54058 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PrH1W-0004l3-L0 for guile-devel@gnu.org; Sun, 20 Feb 2011 16:40:59 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PrH1V-000263-F4 for guile-devel@gnu.org; Sun, 20 Feb 2011 16:40:58 -0500 Original-Received: from a-pb-sasl-sd.pobox.com ([64.74.157.62]:49390 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PrH1V-00025y-B4; Sun, 20 Feb 2011 16:40:57 -0500 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 756BE39CA; Sun, 20 Feb 2011 16:42:06 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=l9N3cItuh+uul6EQ6OP9PfuJiM4=; b=SZxhgc Iu4Z+XvuumLL6+ds8ry0xRChABopooGrntLJgJAZkByx7yssiiu4zuKY96Yucd54 Ojeyu2O+bixLnZcq2X+/ghXR+maXC9E/LWx9z3jGknqBfF8gR6LEbF+EE0ZR8jEp 6VUSL10DQUQ2aFBNkcMvpm5bxcnjKYV1k9GmE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=kSutiumKFnS23RbE5tDJHfJiJlyRGW4a hEwdgNTymS9lITd5T/H0Uli/Dydi6OB33ByNMyW46z03lRYTHJqipvvhOwLplsfd yDG6tF5W+7IhJcafyp4cXn8s77sLZVMW2l7hgHOVHzTx+/GGOof0z6dmy8nylkQl EcPUfRWCfec= Original-Received: from a-pb-sasl-sd.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 5FE3539C8; Sun, 20 Feb 2011 16:42:05 -0500 (EST) Original-Received: from unquote.localdomain (unknown [90.164.198.39]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTPSA id 6A3CE39C7; Sun, 20 Feb 2011 16:42:03 -0500 (EST) In-Reply-To: (Andy Wingo's message of "Thu, 27 Jan 2011 11:55:36 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Pobox-Relay-ID: 4275EC84-3D3A-11E0-95CE-AF401E47CF6F-02397024!a-pb-sasl-sd.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 64.74.157.62 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:11666 Archived-At: On Thu 27 Jan 2011 11:55, Andy Wingo writes: > How about we move most of the procedures that are defined in C via > scm_init_r6rs_ports to (ice-9 binary-ports). Then (rnrs io ports) can > still be a r6rs module, and low-level code can avoid pulling in r6rs. > > I plan to do this soonish if there are no objections. I did this. Andy -- http://wingolog.org/