Hi y'all,

I've been confused by the statements that R6/7RS don't have numbers in
library names. Because both kinda do.

R6RS seems to allow the last library name element to be a list (?) of
numbers explicitly reserved for library version:
See https://www.r6rs.org/final/html/r6rs/r6rs-Z-H-10.html

R7RS doesn't specify the meaning of integers, but it allows them too:
> <library name> is a list whose members are identifiers and exact non-negative 
> integers.
https://standards.scheme.org/corrected-r7rs/r7rs-Z-H-7.html#TAG:__tex2page_sec_5.6.1
 

Am I missing something?

Thanks,
--
Artyom Bologov
https://aartaka.me

Reply via email to