Re: Racket implementation of srfi-179
Bradley Lucier 07 Jan 2022 21:22 UTC
On 1/7/22 9:59 AM, Jens Axel Søgaard wrote:
> Hi All,
>
> I have written an implementation of srfi 179 for Racket.
>
> https://github.com/soegaard/srfi-array/blob/main/arrays.rkt
> <https://github.com/soegaard/srfi-array/blob/main/arrays.rkt>
>
> The clear specification and the test suite were a great help.
> Thanks goes to Bradley.
>
> I still miss bits and pieces but the major pieces are there.
> The top of "arrays.rkt" contains a list of missing pieces.
>
> The project turned out to be somewhat larger than I expected.
>
> Feedback is welcome.
>
> /Jens Axel
>
That's great! I think the process of turning srfi-179-followup into a
proper final SRFI will start soon.
Brad