Email list hosting service & mailing list manager

SRFI support matrix is now auto-generated Lassi Kortela (03 May 2020 10:09 UTC)
Re: SRFI support matrix is now auto-generated Erkin Batu Altunbas (03 May 2020 11:42 UTC)
Re: SRFI support matrix is now auto-generated Lassi Kortela (03 May 2020 11:47 UTC)
Re: SRFI support matrix is now auto-generated Erkin Batu Altunbas (04 May 2020 16:26 UTC)
Re: SRFI support matrix is now auto-generated Arthur A. Gleckler (04 May 2020 17:19 UTC)
Re: SRFI support matrix is now auto-generated Erkin Batu Altunbas (04 May 2020 17:27 UTC)
Re: SRFI support matrix is now auto-generated Erkin Batu Altunbas (04 May 2020 17:37 UTC)
Re: SRFI support matrix is now auto-generated Arthur A. Gleckler (03 May 2020 16:25 UTC)
Re: SRFI support matrix is now auto-generated Erkin Batu Altunbas (03 May 2020 16:46 UTC)
Re: SRFI support matrix is now auto-generated Lassi Kortela (03 May 2020 17:00 UTC)
Re: SRFI support matrix is now auto-generated Duy Nguyen (03 May 2020 16:47 UTC)
Re: SRFI support matrix is now auto-generated Lassi Kortela (03 May 2020 17:26 UTC)
Re: SRFI support matrix is now auto-generated Duy Nguyen (04 May 2020 08:59 UTC)
Re: SRFI support matrix is now auto-generated Lassi Kortela (04 May 2020 13:06 UTC)
Re: SRFI support matrix is now auto-generated Erkin Batu Altunbas (03 May 2020 17:00 UTC)
Re: SRFI support matrix is now auto-generated Arthur A. Gleckler (03 May 2020 17:02 UTC)
Re: SRFI support matrix is now auto-generated Lassi Kortela (03 May 2020 17:05 UTC)
Re: SRFI support matrix is now auto-generated Erkin Batu Altunbas (03 May 2020 17:09 UTC)
Re: SRFI support matrix is now auto-generated Lassi Kortela (03 May 2020 17:16 UTC)

Re: SRFI support matrix is now auto-generated Erkin Batu Altunbas 03 May 2020 16:46 UTC

> On 3 May 2020 19:25 Arthur A. Gleckler <xxxxxx@speechcode.com> wrote:
> Is it possible that some SRFI x Scheme implementation entries are missing because the SRFI is portable and so implementers don't need to incorporate its code into their own source code? It would be nice to know which Schemes can trivially support particular SRFIs just by loading their sample implementation.

There is indeed work to be done with SRFIs that don't come bundled
with the respective implementations. We need a way to include
implementations that delegate away the responsibility of implementing
SRFIs to third-party packages (eg Chez w/ Thunderchez) as well as
implementations that solely depend on portable reference implementations
of SRFIs (eg TinyScheme).

~erkin