Wrong Again
Nice. Escaped backquote acts as function at the car of a list.
``(\` ,(+ 1 2))`` yields 3.
``(\` (,(+ 1 2))`` is equivalent to the unescaped ```(,(+ 1 2))`` both yielding `(3)`
Pretty crazy.
``(\` ,(+ 1 2))`` yields 3.
``(\` (,(+ 1 2))`` is equivalent to the unescaped ```(,(+ 1 2))`` both yielding `(3)`
Pretty crazy.
1 comment
[ 2.9 ms ] story [ 9.6 ms ] thread