Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quoted lists inside quoted lists in macros #18

Open
mitranim opened this issue Jul 11, 2014 · 1 comment
Open

Quoted lists inside quoted lists in macros #18

mitranim opened this issue Jul 11, 2014 · 1 comment
Labels

Comments

@mitranim
Copy link
Owner

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
Copy link
Owner Author

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 mitranim removed the question label Jul 14, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant