From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Newsgroups: gmane.lisp.guile.devel Subject: Re: Functional datatypes in Guile Date: Sat, 10 Jun 2023 18:47:59 +0200 Message-ID: <87edmjs1q8.fsf@gnu.org> References: <2682583.mvXUDI8C0e@t480s> <86bklenq75.fsf@posteo.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="9103"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) Cc: guile-devel@gnu.org To: pukkamustard Original-X-From: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Sat Jun 10 18:48:21 2023 Return-path: Envelope-to: guile-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1q81lE-00027N-Qi for guile-devel@m.gmane-mx.org; Sat, 10 Jun 2023 18:48:20 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1q81l0-00065w-At; Sat, 10 Jun 2023 12:48:06 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q81ky-00065X-UB for guile-devel@gnu.org; Sat, 10 Jun 2023 12:48:04 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q81ky-0002z8-6Q; Sat, 10 Jun 2023 12:48:04 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=GzT3n/WW3emvLij6zzNnS7k6Bskd9pQjd7jzrQ7J2D4=; b=W2m/NlRpQxqifZ7h66GZ kAljnihNjXRC4Aa+1ebV9/y0/BspOQ1UQ8qn1cOL1PIzYPJjRFyLUNfPOVo4qE5FSSOToGvXA/TN4 5UgEB0KWwuyeyTttkUYzcA24sIVTI3pwpRgn4NoCG8Kq5iWdv/aKgVDU6oCf1SqGAUgNTVXz2NkxX Ub3evxHfww8alOxz9QrsTMOJUkga8XhqhxpT1Pog7OFBZXap1nVN+iz1Vjknw4jYgbH5h6k1QmgcI Ey6/GelB4NIOmQThEJL6sbEirp0mVSgLN83+bLmkL5TIBzowueT4WXZVQGn0L6UAZm17LXjNWOHTN D+CWU/XgRUjtGg==; Original-Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201] helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q81kx-000102-AQ; Sat, 10 Jun 2023 12:48:04 -0400 X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: Duodi 22 Prairial an 231 de la =?utf-8?Q?R=C3=A9volu?= =?utf-8?Q?tion=2C?= jour de la Camomille 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: <86bklenq75.fsf@posteo.net> (pukkamustard@posteo.net's message of "Tue, 28 Feb 2023 08:22:35 +0000") X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.lisp.guile.devel:21859 Archived-At: Hello, pukkamustard skribis: > I've been using SRFI-146 > (https://srfi.schemers.org/srfi-146/srfi-146.html) for functional > mappings. There's a Guile port: > https://inqlab.net/git/guile-srfi-146.git/ (also in Guix - > guile-srfi-146). I=E2=80=99m late to the party, but I think it=E2=80=99d be nice to integrat= e this in Guile proper, and possibly other implementations like fash/fector. These data structures are crucial and the code is very much =E2=80=9Cwrite once=E2=80=9D, so cheap in terms of maintenance, so I=E2=80=99m all for get= ting them in Guile. WDYT? Thanks, Ludo=E2=80=99.