mitranim/jisp

Quoted lists inside quoted lists in macros

Opened this issue · 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.

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