You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#40 defined nested quasiquote semantics. Revisit this, I find them very unintuitive.
``,,x
evaluates to
`,1
if x has value 1. How often do we want a nested quasiquote to evaluate to anotherunquote form? In my mind, a double unquote should eat both unquotes in a nested quasiquote.
The text was updated successfully, but these errors were encountered:
#40 defined nested quasiquote semantics. Revisit this, I find them very unintuitive.
evaluates to
if
x
has value1
. How often do we want a nestedquasiquote
to evaluate to anotherunquote
form? In my mind, a double unquote should eat both unquotes in a nested quasiquote.The text was updated successfully, but these errors were encountered: