Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

hygiene problem #56

Closed
justinethier opened this issue Feb 18, 2014 · 2 comments
Closed

hygiene problem #56

justinethier opened this issue Feb 18, 2014 · 2 comments

Comments

@justinethier
Copy link

Per justinethier/husk-scheme#151 the expression

(let ((unquote 'foo)) `(,'bar)

should expand into (,'bar) or ((unquote (quote bar))). But instead it expands into (bar):

justin@justin-desktop:~/Documents/picrin$ make run
bin/picrin
> (let ((unquote 'foo)) `(,'bar))
=> (bar)
@nyuichi
Copy link
Member

nyuichi commented Feb 19, 2014

@justinethier

Thank you for the report! Hmm... This appears to be a corner case. It will take a time to investigate this issue for me.

@justinethier
Copy link
Author

No problem, hope it helps :)

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

No branches or pull requests

2 participants