What is the meaning of # in R5RS Scheme number literals
Posted
by
ikmac
on Programmers
See other posts from Programmers
or by ikmac
Published on 2012-12-08T20:19:50Z
Indexed on
2012/12/08
23:35 UTC
Read the original article
Hit count: 158
Scheme
There is a partial answer on Stack Overflow, but I'm asking something a teeny bit more specific than the answers there.
So... Does the formal semantics (Section 7.2) specify the meaning of such a numeric literal? Does it specify the meaning of numeric operations on the value resulting from interpreting the literal?
If yes, what are the meanings (in English -- denotational semantics is all greek characters to me :))?
© Programmers or respective owner