From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: pukkamustard Newsgroups: gmane.lisp.guile.user Subject: Re: [ANN] Guile SRFI-146 0.1.0 released (purely functional data structures) Date: Tue, 27 Sep 2022 08:21:28 +0000 Message-ID: <86tu4t1avn.fsf@posteo.net> References: <8635e7869h.fsf@posteo.net> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="15162"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Guile User To: Aleix Conchillo =?utf-8?Q?Flaqu=C3=A9?= Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Tue Sep 27 11:13:07 2022 Return-path: Envelope-to: guile-user@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 1od6eH-0003fQ-FI for guile-user@m.gmane-mx.org; Tue, 27 Sep 2022 11:13:05 +0200 Original-Received: from localhost ([::1]:46022 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1od6eF-0002DA-GQ for guile-user@m.gmane-mx.org; Tue, 27 Sep 2022 05:13:03 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:33608) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1od5v8-0000rs-Vz for guile-user@gnu.org; Tue, 27 Sep 2022 04:26:27 -0400 Original-Received: from mout01.posteo.de ([185.67.36.65]:43275) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1od5v6-0001Lz-Pe for guile-user@gnu.org; Tue, 27 Sep 2022 04:26:26 -0400 Original-Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id ECCE9240026 for ; Tue, 27 Sep 2022 10:26:22 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1664267183; bh=RmIJbPZ7E84Ofmfj8s4C0iVEgq8lM9h6uTDlGOD5gPs=; h=From:To:Cc:Subject:Date:From; b=APeOqaUxPsWVAKNNBepFrsvMyZDCh0bPnd+SzqXnr3isqheFlJpXH3Co7ArkKmpSk lar8JEWLHvbZzNnMnd87cJPu6slAfH7CUbOFS9UF4O9MMi3WsjJi7tkGUnq2CdA+rr 6IvROyxGpf/kdHFvtWFtzEivQ3jh5nx5uYHxJ9mN4CSKORjJlHzWxb0H1jbUKkknmF A3As1akLr3m42p9mRRY3Xq4M4g976yrD0y+mcVxNVxqHNKy43vE+FolIrfmH1CKwiV K+JOOXe1Y/UCpzK19fVfL7aSMdQfQ8aFXgNbl1CqWgpHO1jW0IoYv6IaO3dZTDUAIY 9IOC7rbZbU/3Q== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4McCQ60xGXz6tmH; Tue, 27 Sep 2022 10:26:21 +0200 (CEST) In-reply-to: Received-SPF: pass client-ip=185.67.36.65; envelope-from=pukkamustard@posteo.net; helo=mout01.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: "guile-user" Xref: news.gmane.io gmane.lisp.guile.user:18605 Archived-At: --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi, Aleix Conchillo Flaqu=C3=A9 writes: > Would it be possible to create a tarball for version 0.1.0? I'd love to a= dd the library to Homebrew Guile. I've just upoaded a tarball to: https://inqlab.net/projects/guile-srfi-146/release/guile-srfi-146-0.1.0.tar= .gz sha256sum: 53b8a7dba72de77c513e0094a6f65cc6be18ecf15aaed8a5a2656c845ab62807 guile-srf= i-146-0.1.0.tar.gz Hope that works for you! You might also need a tarball for guile-srfi-128? Let me know... Cheers, pukkamustard > On Mon, Aug 8, 2022 at 1:55 AM pukkamustard wro= te: > > Hello Guilers, > > I'm pleased to announce Guile SRFI-146 0.1.0: > https://inqlab.net/git/guile-srfi-146.git/tag/?h=3Dv0.1.0 > > Guile SRFI 146 provides bindings to SRFI 146 (Mappings). SRFI 146 > provides two purely functional mapping data structures: One that uses an > ordering of keys and another that uses a hash on keys. The > implementations use red-black trees and hash array mapped tries (HAMT). > > The library re-uses the SRFI sample implementation with some minor Guile > specific fixes and optimiztions. The SRFI test suite has also been > ported. > > The package has been submitted to Guix so you should be able to start > some purely functional hacking very soon > (https://issues.guix.gnu.org/57055). > > Bug reports, fixes and patches are very welcome. > > Best regards, > pukkamustard --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iI4EARYKADYWIQStinSdMvkwpcmdNerM2tqrTMh9eQUCYzKzrBgccHVra2FtdXN0 YXJkQHBvc3Rlby5uZXQACgkQzNraq0zIfXmbCgEA4+8lDQRw9HuBjDKzi1MxV8dm otEb51IXwonqZmDncv0A/35VNRQRfgjzy2bl++45l9mF52vxtfV07fOjPDfY1qAF =g3+8 -----END PGP SIGNATURE----- --=-=-=--