From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Newsgroups: gmane.lisp.guile.user Subject: Re: Srfi-159/166 - monadic formatting for guile Date: Mon, 03 Jun 2019 15:07:53 +0200 Message-ID: <87ftoqg6l2.fsf@gnu.org> References: <87zhmz67q5.fsf@gnu.org> <1af50a4c-d388-4dde-a04a-424cf1a09dd1@www.fastmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="159709"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) Cc: guile-user@gnu.org To: Linus =?utf-8?Q?Bj=C3=B6rnstam?= Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Mon Jun 03 15:08:23 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.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hXmhK-000fNM-FU for guile-user@m.gmane.org; Mon, 03 Jun 2019 15:08:22 +0200 Original-Received: from localhost ([127.0.0.1]:35060 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hXmhJ-00045p-5a for guile-user@m.gmane.org; Mon, 03 Jun 2019 09:08:21 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:43956) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hXmgt-00045X-To for guile-user@gnu.org; Mon, 03 Jun 2019 09:07:56 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:43990) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hXmgt-0001en-P2; Mon, 03 Jun 2019 09:07:55 -0400 Original-Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=57178 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1hXmgs-0001UX-IY; Mon, 03 Jun 2019 09:07:55 -0400 X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 15 Prairial an 227 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 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-pc-linux-gnu In-Reply-To: <1af50a4c-d388-4dde-a04a-424cf1a09dd1@www.fastmail.com> ("Linus \=\?utf-8\?Q\?Bj\=C3\=B6rnstam\=22's\?\= message of "Mon, 03 Jun 2019 07:34:32 +0200") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] 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:15530 Archived-At: Hi! Linus Bj=C3=B6rnstam skribis: > When SRFI-166 stabilizes I will probably make a pull request myself and c= onvert the srfi document to a texi file.=20 > > I want to package it as (srfi srfi-166) whenever that happens, and maybe = try to get it into guile (or at least become the maintainer for the guix pa= ckage myself).=20 That=E2=80=99d be great! BTW, I was surprised to see that this module lives in the (srfi-159) name space and not (srfi srfi-159) as we=E2=80=99re used to, but it doesn= =E2=80=99t matter much. Thanks, Ludo=E2=80=99.