Open
Description
Currently we use a hand-written scraper for these implementations:
- chez
- guile
- kawa
- larceny
- loko
- mit
- racket
- scheme48
- slib
- tinyscheme
- ypsilon
Would be nice to extend the scraper generator in listings.scm
so it can handle all of the above.
The scraper generator currently writes Unix shell scripts that use curl, tar and grep, but that's just an implementation detail. If Scheme had a more fully developed archive framework, we could just as well skip the shell scripts and run the scrapers directly in Scheme.
The main thing is to discover a specification language for the scrapers.
Metadata
Metadata
Assignees
Labels
No labels