schemedoc / srfi-metadata

Import SRFI metadata into the Scheme API
https://docs.scheme.org/srfi/support/
MIT License
10 stars 2 forks source link

SRFIs implemented as external libraries #12

Open lassik opened 3 years ago

lassik commented 3 years ago

This repo: https://github.com/schemedoc/packhack scrapes package listings from several Scheme package managers. That code hasn't been updated in a while but should still be working. We could feed the output from those scrapers into srfi-metadata and grep for srfi in the package names.

To generate a whole Scheme API, all these scrapers should be connected into a network. Perhaps each scraper can be a pure function. I have prototype code for that somewhere; will check.