Re: Auto-parsing SRFI lists from Scheme implementations' tar files
Lassi Kortela 19 Apr 2020 20:30 UTC
Gauche:
curl --fail --silent --show-error --location
https://github.com/shirok/Gauche/releases/download/release0_9_9/Gauche-0.9.9.tgz
| gunzip | tar -xf - --to-stdout Gauche-0.9.9/doc/modsrfi.texi | grep
-ohE 'srfi-[0-9]+' | sed 'xxxxxx@xxxxxx@@' | sort -g | uniq