From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ludo@gnu.org (Ludovic =?iso-8859-1?Q?Court=E8s?=) Newsgroups: gmane.lisp.guile.user Subject: Re: SRFI-64 implementation for Guile 2.0 Date: Fri, 20 Apr 2012 17:18:10 +0200 Message-ID: <87d372mnyl.fsf@gnu.org> References: <4F88DB8D.9050203@bothner.com> <4F90E441.6030803@bothner.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1334935109 27078 80.91.229.3 (20 Apr 2012 15:18:29 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 20 Apr 2012 15:18:29 +0000 (UTC) Cc: guile-user@gnu.org, Sunjoong Lee To: Per Bothner Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Fri Apr 20 17:18:26 2012 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 1SLFbM-0001eo-Kq for guile-user@m.gmane.org; Fri, 20 Apr 2012 17:18:24 +0200 Original-Received: from localhost ([::1]:33347 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SLFbL-0007EK-Ub for guile-user@m.gmane.org; Fri, 20 Apr 2012 11:18:23 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:43622) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SLFbH-0007EF-Qj for guile-user@gnu.org; Fri, 20 Apr 2012 11:18:21 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SLFbB-0000zo-J9 for guile-user@gnu.org; Fri, 20 Apr 2012 11:18:19 -0400 Original-Received: from xanadu.aquilenet.fr ([88.191.123.111]:37415) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SLFbB-0000yS-Cj for guile-user@gnu.org; Fri, 20 Apr 2012 11:18:13 -0400 Original-Received: from localhost (xanadu.aquilenet.fr [127.0.0.1]) by xanadu.aquilenet.fr (Postfix) with ESMTP id A1A2DE1DA; Fri, 20 Apr 2012 17:18:11 +0200 (CEST) Original-Received: from xanadu.aquilenet.fr ([127.0.0.1]) by localhost (xanadu.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id yy9-FfPNF2zX; Fri, 20 Apr 2012 17:18:11 +0200 (CEST) Original-Received: from pluto (unknown [193.50.110.130]) by xanadu.aquilenet.fr (Postfix) with ESMTPSA id 0A90CDEC4; Fri, 20 Apr 2012 17:18:10 +0200 (CEST) X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 2 =?iso-8859-1?Q?Flor=E9al?= an 220 de la =?iso-8859-1?Q?R=E9volution?= X-PGP-Key-ID: 0xEA52ECF4 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 83C4 F8E5 10A3 3B4C 5BEA D15D 77DD 95E2 EA52 ECF4 X-OS: x86_64-unknown-linux-gnu In-Reply-To: <4F90E441.6030803@bothner.com> (Per Bothner's message of "Thu, 19 Apr 2012 21:21:21 -0700") User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.93 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 88.191.123.111 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:9379 Archived-At: Hi, Per Bothner skribis: > I think it would be great to get SRFI-64 into Guile. Me too. FWIW, I=E2=80=99ve been using an almost-unmodified version in several proje= cts: http://git.savannah.gnu.org/cgit/libchop.git/tree/guile2/srfi The only changes compared to the reference implementations are minor improvements: http://git.savannah.gnu.org/cgit/libchop.git/log/guile2/srfi/srfi-64.upst= ream.scm If you add them upstream, then I=E2=80=99m happy to add SRFI-64 in Guile. = :-) Besides, do you have a Texinfo version of the documentation? Thanks, Ludo=E2=80=99.