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

setq behavior in eval different than in compiled code #133

Open
alanruttenberg opened this issue Dec 11, 2019 · 0 comments
Open

setq behavior in eval different than in compiled code #133

alanruttenberg opened this issue Dec 11, 2019 · 0 comments

Comments

@alanruttenberg
Copy link
Collaborator

Issue #132 noted an error that precompile-setq signaled when there were an odd number of forms in a setq. That led me to check what the evaluator does.

(eval '(setq a))

doesn't signal an error. By my reading of the spec, the compiler behavior is the correct one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant