Having group indication when writting numbers would be great. Some languages use underscore (_), some other use simple quote ('). Should we open a ticket for that? (I didn't find one for that topic)
Empty list shoukd not be quoted in definition of syntax. It creates a kind of schizophreny. IMO it should be explain somewhere that empty list must not be quoted in syntax pattern because there ()...
For TR7 behaviour, I swear that it is accidental. Just for fun I checked a more complex expression:
#'((x y) ... ...) when pattern variable x ... and y ... have different lengths.
TR7 evaluates to ((1 2) (1 3)).
Eiffel language also has the prefix removal for including formated texts indented in the code.
@mnw wrote in scheme/r7rs#277 (comment):
(Remember that I don't say one shouldn't consider allowing circular references, but for that, one has to amend...
@mnw wrote in scheme/r7rs#277 (comment):
For example, here is the relevant part of R7RS:
When a library is loaded, its expressions are executed...
@dpk wrote in scheme/r7rs#277 (comment):
@jobol wrote in #277 (commentaire):
I looked in R7RS and R6RS specifications and did find clear...