Email list hosting service & mailing list manager

SRFI 167 & 168 tests Lassi Kortela (01 Nov 2019 16:49 UTC)
Re: SRFI 167 & 168 tests Amirouche Boubekki (01 Nov 2019 16:55 UTC)
Re: SRFI 167 & 168 tests Lassi Kortela (01 Nov 2019 17:33 UTC)

Re: SRFI 167 & 168 tests Lassi Kortela 01 Nov 2019 17:33 UTC

> By the way there is a fork of chibi with the required libraries:
>
>    https://github.com/ashinn/chibi-scheme/pull/587

Nice!

I tried to run the tests in Gambit, but they use the R6RS #vu8 read
syntax. Changing it to #u8 works, but it might be worth changing the
tests to use a portable read syntax (perhaps just calling the `vector`
procedure to make vectors).

The next part it gets stuck is Gambit doesn't yet have SRFI 125
hash-tables yet. Should be a simple matter of writing a wrapper for its
native hash-tables.