mixing digits and letters Per Bothner (17 Jul 2019 22:50 UTC)
Re: mixing digits and letters Lassi Kortela (17 Jul 2019 23:25 UTC)
Re: mixing digits and letters Lassi Kortela (17 Jul 2019 23:33 UTC)
Re: mixing digits and letters Shiro Kawai (18 Jul 2019 00:50 UTC)
Re: mixing digits and letters Lassi Kortela (18 Jul 2019 07:13 UTC)
Re: mixing digits and letters Shiro Kawai (18 Jul 2019 07:19 UTC)
Re: mixing digits and letters Lassi Kortela (18 Jul 2019 07:45 UTC)

Re: mixing digits and letters Lassi Kortela 17 Jul 2019 23:33 UTC

> It does allow that since letters in a number with radix higher than 10
> are considered digits for the purpose of the rule.

Your comment spurred me to re-read the number syntax section of R7RS. It
actually uses the word "digit" for two different character classes:
<digit> is a decimal digit whereas <digit R> is a digit in radix R (e.g.
radix 16).

So it would be best to rephrase the rule itself (i.e. "conforming
implementations must allow one underscore between any two digits, in any
part of a number") to use a less ambiguous word than "digit".