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

Make require-r compatible with the full require spec #10

Open
daslu opened this issue Jan 29, 2020 · 2 comments
Open

Make require-r compatible with the full require spec #10

daslu opened this issue Jan 29, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@daslu
Copy link
Member

daslu commented Jan 29, 2020

At the moment, require-r supports only basic syntax analogous to Clojure's require and Libpython-clj's require-python.

We wish it to become fully compatible with require-like syntax.

@daslu daslu added the enhancement New feature or request label Jan 29, 2020
@genmeblog
Copy link
Member

Just to mark: :refer :all is low hanging fruit.

@genmeblog
Copy link
Member

:refer :all is done
:as is done (but should be corrected to use alias instead of creating another namespace)
:as-alias - not needed I think
:exclude, :only, :rename - to consider

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

No branches or pull requests

2 participants