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

Support obj.property notation in CLJS targets #715

Closed
logseq-cldwalker opened this issue Apr 21, 2022 · 0 comments
Closed

Support obj.property notation in CLJS targets #715

logseq-cldwalker opened this issue Apr 21, 2022 · 0 comments

Comments

@logseq-cldwalker
Copy link

Is your feature request related to a problem? Please describe.
In babashka/nbb#166, I encountered medley PersistentQueue.EMPTY instead of (.-EMPTY PersistentQueue). This prevent a user from requiring medley.core as is.

Describe the solution you'd like
I would like to be able to use medley and other libraries that use this notation with nbb, without having to modify the libraries

Describe alternatives you've considered
I can fork medley or only copy parts of medley I use. This is a good enough workaround for now but this notation may come up again for other libraries

Additional context
You mentioned it would also be great to support this for JavaM.PI

borkdude added a commit that referenced this issue Apr 21, 2022
borkdude added a commit that referenced this issue Apr 21, 2022
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