You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.)
The text was updated successfully, but these errors were encountered:
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
.)The text was updated successfully, but these errors were encountered: