schemedoc / srfi-metadata

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

STklos supports SRFI-0 #7

Closed jpellegrini closed 4 years ago

lassik commented 4 years ago

Thanks for noticing this!

We generate all the listings using shell scripts that download a file from the web and use grep and similar tools to extract the listing from the file. That way it's easy to keep the listings up to date with changes to each Scheme implementation.

Our STklos scraper downloads srfi.stk but missed the first line with SRFI 0 because that line starts with '(( instead of (. Commit 50e4e38 fixes it.