Email list hosting service & mailing list manager

Is there an index of symbols defined by the various SRFI's? Ciprian Dorin Craciun (26 Mar 2018 10:24 UTC)
Re: Is there an index of symbols defined by the various SRFI's? Ciprian Dorin Craciun (26 Mar 2018 15:40 UTC)
Re: Is there an index of symbols defined by the various SRFI's? Ciprian Dorin Craciun (26 Mar 2018 16:01 UTC)
Re: Is there an index of symbols defined by the various SRFI's? Ciprian Dorin Craciun (26 Mar 2018 19:33 UTC)
Re: Is there an index of symbols defined by the various SRFI's? Ciprian Dorin Craciun (26 Mar 2018 19:59 UTC)
Re: Is there an index of symbols defined by the various SRFI's? Ciprian Dorin Craciun (26 Mar 2018 21:42 UTC)
Re: Is there an index of symbols defined by the various SRFI's? Ciprian Dorin Craciun (27 Mar 2018 18:57 UTC)
Re: Is there an index of symbols defined by the various SRFI's? Arthur A. Gleckler (26 Mar 2018 18:29 UTC)
Re: Is there an index of symbols defined by the various SRFI's? Ciprian Dorin Craciun (26 Mar 2018 19:59 UTC)
Re: Is there an index of symbols defined by the various SRFI's? Arthur A. Gleckler (26 Mar 2018 20:14 UTC)
Re: Is there an index of symbols defined by the various SRFI's? Ciprian Dorin Craciun (26 Mar 2018 21:38 UTC)
Re: Is there an index of symbols defined by the various SRFI's? Arthur A. Gleckler (26 Mar 2018 22:33 UTC)
Re: Is there an index of symbols defined by the various SRFI's? Ciprian Dorin Craciun (27 Mar 2018 16:50 UTC)
Re: Is there an index of symbols defined by the various SRFI's? Arthur A. Gleckler (27 Mar 2018 16:53 UTC)
Re: Is there an index of symbols defined by the various SRFI's? Ciprian Dorin Craciun (27 Mar 2018 17:06 UTC)
Re: Is there an index of symbols defined by the various SRFI's? Ciprian Dorin Craciun (27 Mar 2018 19:01 UTC)
Re: Is there an index of symbols defined by the various SRFI's? Ciprian Dorin Craciun (28 Mar 2018 08:32 UTC)
Re: Is there an index of symbols defined by the various SRFI's? Ciprian Dorin Craciun (28 Mar 2018 08:49 UTC)
Re: Is there an index of symbols defined by the various SRFI's? Ciprian Dorin Craciun (28 Mar 2018 11:34 UTC)
Re: Is there an index of symbols defined by the various SRFI's? Ciprian Dorin Craciun (28 Mar 2018 13:43 UTC)
Re: Is there an index of symbols defined by the various SRFI's? Ciprian Dorin Craciun (29 Mar 2018 17:01 UTC)
Re: Is there an index of symbols defined by the various SRFI's? Arthur A. Gleckler (29 Mar 2018 18:47 UTC)
Re: Is there an index of symbols defined by the various SRFI's? Ciprian Dorin Craciun (29 Mar 2018 19:00 UTC)
Re: Is there an index of symbols defined by the various SRFI's? Arthur A. Gleckler (29 Mar 2018 19:39 UTC)
Re: Is there an index of symbols defined by the various SRFI's? Ciprian Dorin Craciun (29 Mar 2018 19:48 UTC)
Re: Is there an index of symbols defined by the various SRFI's? Arthur A. Gleckler (29 Mar 2018 19:51 UTC)
Re: Is there an index of symbols defined by the various SRFI's? Ciprian Dorin Craciun (30 Mar 2018 09:58 UTC)
Re: Is there an index of symbols defined by the various SRFI's? Arthur A. Gleckler (31 Mar 2018 02:27 UTC)

Re: Is there an index of symbols defined by the various SRFI's? Ciprian Dorin Craciun 27 Mar 2018 18:56 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.

So I wrote some code to parse the symbols from the wiki dump provided by Shiro.

The output is available at:

  https://github.com/cipriancraciun/scheme-srfi-index/blob/master/shiro-wiki.ss

The code (in Racket) that parses the input is at:

  https://github.com/cipriancraciun/scheme-srfi-index/blob/master/shiro-wiki.rkt

(I haven't written actual Scheme/Lisp in some time, and my style is
more tailored for "seamless multi-programming-language context
switching", thus I apologize in advance for the code.)  :)

Ciprian.