guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ANN] Guile SRFI-146 0.1.0 released (purely functional data structur


From: Aleix Conchillo Flaqué
Subject: Re: [ANN] Guile SRFI-146 0.1.0 released (purely functional data structures)
Date: Fri, 23 Sep 2022 17:07:17 -0700

This is great! Thank you!

Would it be possible to create a tarball for version 0.1.0? I'd love to add
the library to Homebrew Guile.

Best,

Aleix

On Mon, Aug 8, 2022 at 1:55 AM pukkamustard <pukkamustard@posteo.net> wrote:

>
> Hello Guilers,
>
> I'm pleased to announce Guile SRFI-146 0.1.0:
> https://inqlab.net/git/guile-srfi-146.git/tag/?h=v0.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
>
>
>
>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]