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 the #queue literal #246

Closed
alvinfrancis opened this issue Aug 15, 2022 · 0 comments
Closed

Implement the #queue literal #246

alvinfrancis opened this issue Aug 15, 2022 · 0 comments

Comments

@alvinfrancis
Copy link

alvinfrancis commented Aug 15, 2022

Clojurescript allows for the #queue tagged literal to create persistent queues. Currently, using this tagged literal does not work, while other tagged literals are already present (e.g. #inst, #js). I believe removing as much difference from actual clojurescript as possible would be a huge win. This is especially true considering that increased coverage of Clojurescript features will mean less compatibility issues when pulling in Clojurescript libraries.

For additional context, there is already a PersistentQueue available in nbb under clojure.core. (This might be an oversight as well since in Clojurescript, this PersistentQueue should be under cljs.core.)

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