Y
Hacker News
new
|
ask
|
show
|
jobs
by
eatonphil
3038 days ago
While true, this is not officially supported as part of the RnRS standard I believe. They set these characters aside as reserved for future use.
2 comments
mikegerwitz
3038 days ago
Yes, you're correct. R7RS at least explicitly reserves brackets and braces, and only acknowledges parenthesis in its syntax.
link
lispm
3038 days ago
I think this depends on which RnRS you look at.
link
eatonphil
3038 days ago
Do some of the older ones just completely omit reserving them?
link
lispm
3038 days ago
R6RS: pairs and lists, enclosed by ( ) or [ ] (see section 4.3.2)
link
eatonphil
3038 days ago
Ah the problem child. :) I've mostly only paid attention to R5RS and R7RS.
link