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

2022-11-12 Thread Wolf
On 2022-11-12 07:32:39 +, pukkamustard wrote: > > Hi, > > Aleix Conchillo Flaqué writes: > > > Yes, I would also need guile-srfi-128. It would be great to have tarballs > > for each release. I was also trying to adding guile-eris, but > > I was missing guile-sodium which unfortunately do

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

2022-11-11 Thread pukkamustard
Hi, Aleix Conchillo Flaqué writes: > Yes, I would also need guile-srfi-128. It would be great to have tarballs > for each release. I was also trying to adding guile-eris, but > I was missing guile-sodium which unfortunately doesn't have a tarball. I > believe you are also the maintainer of

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

2022-10-23 Thread Aleix Conchillo Flaqué
Hi! On Tue, Sep 27, 2022 at 1:26 AM pukkamustard wrote: > > Hi, > > Aleix Conchillo Flaqué writes: > > > Would it be possible to create a tarball for version 0.1.0? I'd love to > add the library to Homebrew Guile. > > I've just upoaded a tarball to: > > > https://inqlab.net/projects/guile-srfi-

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

2022-10-23 Thread Aleix Conchillo Flaqué
On Sun, Oct 23, 2022 at 10:41 AM Aleix Conchillo Flaqué < aconchi...@gmail.com> wrote: > Hi! > > On Tue, Sep 27, 2022 at 1:26 AM pukkamustard > wrote: > >> >> Hi, >> >> Aleix Conchillo Flaqué writes: >> >> > Would it be possible to create a tarball for version 0.1.0? I'd love to >> add the libra

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

2022-09-27 Thread pukkamustard
Hi, Aleix Conchillo Flaqué writes: > Would it be possible to create a tarball for version 0.1.0? I'd love to add > 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: 53b8a7dba72de77c513e00

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

2022-09-23 Thread Aleix Conchillo Flaqué
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 wrote: > > Hello Guilers, > > I'm pleased to announce Guile SRFI-146 0.1.0: > https://inqlab.net/git/gui

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

2022-08-13 Thread Linus Björnstam
I remember that Amirouche tried to port this to guile and didn't pass all the SRFI test when using call/ec. He also used my make-coroutine-generator that used delimited continuations. If you have the time to try it out, many operations could probably gain some Speed by using a coroutine-generat

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

2022-08-08 Thread Blake Shaw
Nice, thank you! Hope its accepted into guix quickly :) On Mon, Aug 8, 2022, 15:56 pukkamustard 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

[ANN] Guile SRFI-146 0.1.0 released (purely functional data structures)

2022-08-08 Thread pukkamustard
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