On Mon, Mar 26, 2018 at 6:36 PM, John Cowan <xxxxxx@ccil.org> wrote:
> No there isn't, and it would be a Good Thing. As a kludge, one could render
> the HTML to plain text with a command-line tool (I use lynx -dump for the
> purpose) and look for lines that match the regex /^([a-z-]* /. Not perfect,
> but it would help.
As an alternative to parsing HTML I thought of taking the reference
implementations of all proposed SRFI and just extract the first level
of all definitions.
However then the question is: is there an "official" place where all
the SRFI reference implementations are placed?
Ciprian.