viperscape / lichen

Scripting DSL with Rust interpreter
Apache License 2.0
32 stars 4 forks source link

Consider swapping ' and ` #1

Closed viperscape closed 7 years ago

viperscape commented 7 years ago

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.