jisp icon indicating copy to clipboard operation
jisp copied to clipboard

Quoted lists inside quoted lists in macros

Open mitranim opened this issue 11 years ago • 1 comments

Right now, when you have a quoted list in a macro (say, the code you’re expecting to return), to make a quoted list inside of it, you have to quote it twice. This doesn’t seem to make sense. ToDo comprehend whether this is bad, and fix if yes.

mitranim avatar Jul 11 '14 18:07 mitranim

Similarly, sometimes you have to double unquote things (using (unquote ,x) because the tokeniser doesn't let ,,x through). This doesn't seem right.

mitranim avatar Jul 14 '14 19:07 mitranim