After thinking about it, I may swap quoted symbol ' and environment symbol ` to more closely match other languages. Currently ' is used to generate and reference a symbol in one shot (for convenience) and ` is used to format strings from the super environment.
After thinking about it, I may swap quoted symbol
'
and environment symbol`
to more closely match other languages. Currently'
is used to generate and reference a symbol in one shot (for convenience) and`
is used to format strings from the super environment.