Hi Ciprian,

On Wed, Mar 28, 2018 at 5:48 PM, Ciprian Dorin Craciun <xxxxxx@gmail.com> wrote:
On Wed, Mar 28, 2018 at 11:31 AM, Ciprian Dorin Craciun
<xxxxxx@gmail.com> wrote:
> I've tried to resolve all SRFI's from 0 to 200 via the code suggested
> by Alex, and found a few "discrepancies" when compared with the
> Chibi's modules page at:
>
>   http://synthcode.com/scheme/chibi/#h2_StandardModules
>
> Namely:
> * SRFI 14 is not resolved by the code;
> * SRFI 18 is not resolved by complaining that threading was not built
> in;  (perhaps expected;)
> * SRFI 22, 23 and 41, just like 14 are missing;
> * any SRFI above 100 are missing;


It seems I "found" (by reading the Chibi manual) the SRFI's 23 and 22.
(They are either "bultin" or available only at startup.)

(I am using 0.7.3, thus perhaps the other SRFI's are only in the latest 0.8.0?)

Chibi is not distributed with every SRFI, nor is this a goal.
0.8.0 does include many SRFIs above 100 though.

If you have a portable R7RS implementation of the SRFI (as generally required),
and you put that in ./srfi/NN.sld, Chibi can load it automatically.

SRFI 18 requires threading support, disabled by default on Windows.
SRFI 22 has no exports, it doesn't make sense to import.
SRFI 23 I'll add.

-- 
Alex