Re: Is there an index of symbols defined by the various SRFI's?
Ciprian Dorin Craciun 28 Mar 2018 08:48 UTC
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?)
Ciprian.