You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In <write-controls>, we use radix as the explicit radix prefix, and base as the base of the actual number. However, R7RS uses radix as the base. C API's argument and field names has similar confusion.
We may rename radix in <write-controls> as radix-prefix, which has little room of confusion. We want to use base consistently for N of base-N number notation, but we have to recognize R7RS uses radix for that.
The text was updated successfully, but these errors were encountered:
There's some confusion in use of these terms.
In
<write-controls>
, we useradix
as the explicit radix prefix, andbase
as the base of the actual number. However, R7RS usesradix
as the base. C API's argument and field names has similar confusion.We may rename
radix
in<write-controls>
asradix-prefix
, which has little room of confusion. We want to usebase
consistently for N of base-N number notation, but we have to recognize R7RS usesradix
for that.The text was updated successfully, but these errors were encountered: