On Wed, Mar 27, 2019 at 1:18 PM Lassi Kortela <xxxxxx@lassi.io> wrote:
 
Heh, same here :D I too have that gift/curse of being easily excited.
Lots of energy and ambition but follow-through does not come naturally.
It's a good thing we have more measured people on board.

Having all the SRFI contributors, including you and Ciprian, has certainly been good for my motivation. Let's keep the energy going!
  
To get started, I'll translate my tiny Python REST API server that runs
<https://schemedoc.herokuapp.com/> into Scheme. I'll also move my RnRS
scraper into that organization. I would suggest keeping the SRFI stuff
under the SRFI organizations (but having code under SchemeDoc to
download and it and include it into the total documentation collection).

Sounds good.

IMHO it would be awesome if all Lisps (Scheme, Common Lisp, Emacs Lisp,
Clojure) could export and query documentation using the same format/API.
We are all using S-expressions anyway, with only slight variations.
Different communities could host host APIs and documentation sets with
their own social processes and infrastructure, but the public interface
(HTTP REST API and S-expressions) could easily be the same (well, the
technical aspects are easy, the social aspects not :D)

That would be great.

I would also love to work on exporting our data to some popular non-Lisp/Scheme aggregators like devdocs.io.  Not only have they done great work that I would like to take advantage of, but having Scheme resources in there next to resources for C, C++, CSS, HTML, JavaScript, Ruby, etc. could give Scheme a boost.