Should we use prop:paren-shape instead of #%brackets #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Rationale:
()
,[]
and{}
interchangeably for better readability in Racket is a nice feature.syntax/parse
pattern expanders:~brackets
~braces
~paren-shape "⦃⦄"
I think
#%dot
should probably be kept, as it allows writing(a b . c d e)
See also: https://github.com/jsmaniac/remix/issues/3
This issue was moved to jeapostrophe/remix#4