Re: Links to the standard in SRFIs?
Tomas Volf 30 May 2026 22:05 UTC
Artyom Bologov <xxxxxx@aartaka.me> writes:
> Hi y’all,
>
> Writing my SRFIs, I have an irresistible urge to link to certain
> sections or paragraphs in R7RS. Is there a remedy for that? Maybe a
> recommended way to link to the standard in SRFIs? Or saying “see section
> 6.12 of R7RS Small” the best we can do?
>
> Of course, I am tempted to link to https://r7rs.aartaka.me, but I don’t
> trust myself in keeping it up in posteriority, and I’d better have some
> “official” source instead.
Well, r7rs.org has link to HTML version hosted on standards.scheme.org,
so the link to that would be:
https://standards.scheme.org/corrected-r7rs/r7rs-Z-H-8.html#TAG:__tex2page_sec_6.12
Given the domain where it is hosted, it certainly looks official
enough...
--
There are only two hard things in Computer Science:
cache invalidation, naming things and off-by-one errors.