Re: Is there an index of symbols defined by the various SRFI's?
Ciprian Dorin Craciun 26 Mar 2018 21:42 UTC
On Tue, Mar 27, 2018 at 12:33 AM, Shiro Kawai <xxxxxx@gmail.com> wrote:
> Text dump is available at http://practical-scheme.net/vault/schemexref.txt
> Its a list of S-expr (<entry-name> . <string>), where the beginning of the
> <string> contains metadata in S-expr, followed by wiki content text.
> It'll be updated once a day. I'll try to parse and bulk import new srfis
> when I got time.
Thanks. I'll try to `sed` a list of symbols for each SRFI. (My guess
is that the symbols can be found by looking for patterns as
`[[name]]`, which might give false-positives, but we can filter those
by hand out.)
Ciprian.