Re: Is there an index of symbols defined by the various SRFI's?
Ciprian Dorin Craciun 30 Mar 2018 09:57 UTC
On Thu, Mar 29, 2018 at 9:47 PM, Arthur A. Gleckler <xxxxxx@speechcode.com> wrote:
> Ciprian Dorin Craciun <xxxxxx@gmail.com> writes:
>
> | The outcome is a set of files, one for each SRFI, that respects the syntax
> I proposed:
> |
> |
> https://github.com/cipriancraciun/scheme-srfi-index/tree/master/srfi-templates
>
> This is great.
>
> I've just submitted a pull request that adds the abstract for every SRFI.
> (Thank you, Emacs keyboard macros and Pandoc.)
I have merged your commit, and then integrated into the template
generation process the inclusion of abstracts from the repository
`srfi-common`.
I have used `pandoc` to obtain both plain-text and markdown variants
of the abstracts (the markdown looks OK):
https://github.com/cipriancraciun/scheme-srfi-index/tree/master/srfi-abstracts
I have then integrated in the `description` field of the library a
list of lines obtained from the plain-text file. I choose to include
one string per-line, instead of a single string with newlines
embedded, mainly because the pretty-printing looks best this way.
Ciprian.