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

Unhygienic quote #6

Open
lassik opened this issue Dec 18, 2022 · 0 comments
Open

Unhygienic quote #6

lassik opened this issue Dec 18, 2022 · 0 comments

Comments

@lassik
Copy link
Member

lassik commented Dec 18, 2022

The "Esoterica" guide should mention the good old "unhygienic quote" bug/feature which still features in the latest RnRS.

'foo expands to (quote foo). The keyword quote can be redefined locally, which causes surprising effects. Same goes for quasiquote, unquote, unquote-splicing.

(let ((quote square)) '5) => 25
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