Re: Is there an index of symbols defined by the various SRFI's?
Arthur A. Gleckler 31 Mar 2018 02:27 UTC
Ciprian Dorin Craciun <xxxxxx@gmail.com> writes:
| 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.
Looks good.
Using the <https://srfi.schemers.org/> home page, Scheme
users can already search for SRFIs by abstract, keyword,
status, and title. Once your index is ready, I'll add that
data to the search database so users will be able to look
things up by index. That should be quite nice.
Thanks.