Agenda and issue downloader

10 views
Skip to first unread message

Peter McGoron

unread,
Jun 28, 2026, 12:47:36 PMJun 28
to scheme-reports-wg2
I have written an Agenda for the meeting:

<https://codeberg.org/scheme/r7rs/wiki/Agenda+2026-06-29.->

If anyone has anything more to add, feel free to edit it.

__________________________

The repository now has a Gauche script to download all of the issues:

https://codeberg.org/scheme/r7rs/src/branch/main/download-issues.scm

This is a very quick-and-dirty script. It saves a Scheme data file that
contains a representation of the public API's JSON output. As such it is
very verbose and has a lot of redundant information. It's not very
pretty to read on its own, but it should be usable in case Codeberg goes
down again. Since it's just Scheme data you can `read` it and poke
around it in an interpreter using `assoc`, `find`, etc.

For those who don't want to run the script:

https://florida.moe/r7rs/archive/issues/20260628-issues.txt.gz

Arthur A. Gleckler

unread,
Jun 28, 2026, 7:03:19 PMJun 28
to scheme-re...@googlegroups.com
On Sun, Jun 28, 2026 at 9:47 AM 'Peter McGoron' via scheme-reports-wg2 <scheme-re...@googlegroups.com> wrote:
 
The repository now has a Gauche script to download all of the issues:

https://codeberg.org/scheme/r7rs/src/branch/main/download-issues.scm 

Thank you for that.  This is great to have.

I hope you don't mind, but I made some tiny changes: I added instructions on how to run it in the comments at the beginning, and I added an optional --pretty argument that pretty-prints the output.  The latter uses SRFI 166, so it should be portable.

Peter McGoron

unread,
Jun 28, 2026, 8:04:37 PMJun 28
to scheme-re...@googlegroups.com
Thanks! Contributions are always welcome.
Reply all
Reply to author
Forward
0 new messages