Mercerenies / gdlisp

Lisp on the Godot platform
GNU General Public License v3.0
141 stars 1 forks source link

Spliced Unquote into Dictionary Literals #38

Closed Mercerenies closed 2 years ago

Mercerenies commented 3 years ago

Should the following syntax be meaningful?

`{a 1 ,.some-variable c 3}

It would have to expand to something much more complicated than unquoting spliced into arrays or lists would.

Mercerenies commented 2 years ago

I have decided that this syntax is not useful enough to justify the myriad of special cases that would ensue. Will not fix.