Re: Underscores in numbers for legibility
Lassi Kortela 12 Apr 2019 19:08 UTC
> Not that I'm aware of. It's an interesting idea.
As SRFIs go, this would be quite trivial to specify and implement.
The question is, does it interfere with symbols if it's supported
without the #d prefix (e.g. 1_000_000). Since Gauche doesn't support
that prefix-less notation I presume there is a problem. Still, even with
the prefixes it's useful IMHO. Hex and binary can be hard to read, and
#d for a long decimal number might be worth it. Opinions?