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

Hardcoded quote #210

Open
SaitoAtsushi opened this issue Aug 28, 2016 · 0 comments
Open

Hardcoded quote #210

SaitoAtsushi opened this issue Aug 28, 2016 · 0 comments

Comments

@SaitoAtsushi
Copy link

Non Imported name does not have special meaning.

I expect that following program print 2.
But Husk print 1.

(import (except (scheme base) quote)
        (scheme write))

(define (quote x)
  (+ x 1))

(display (quote 1))
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