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

Implement 'Map namespace syntax' #325

Closed
jfacorro opened this issue Jul 7, 2017 · 1 comment
Closed

Implement 'Map namespace syntax' #325

jfacorro opened this issue Jul 7, 2017 · 1 comment

Comments

@jfacorro
Copy link
Member

jfacorro commented Jul 7, 2017

Introduced in Clojure 1.9 (see here).

The implementation for this could add a reader dispatch for keywords (Erlang atoms) here, where instead of directly calling read_tagged/1, it could figure out if the next form is a keyword, symbol or something else (which will generate an error) and continue from there.

@jfacorro
Copy link
Member Author

jfacorro commented Aug 2, 2017

Update doc/differences-with-clojure.md when/if implemented.

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

No branches or pull requests

1 participant