Admiring the Clojurescript API docs[1], I came across "#queue literal", tantalizingly not flagged with the Clojure-compatible icon! Sure enough:
cljs.user=> #queue [1 :b] #queue [1 :b] cljs.user=> (pop *1) #queue [:b] Meanwhile, Clojure says "No reader function for tag queue". CLJ-976, suggesting the enhancement, was put off (although not rejected) in 2012. In other news, "rethrow" came up in this august Forum a few years ago[2] and more recently in the Clojure CLR group[3], where it led to issue CLJCLR-68, now marked Resolved-Completed with a zero-arity (throw). So let a hundred flowers bloom! What other features do folks enjoy that are quiet peculiarities of non-JVM ports of Clojure? [1] https://github.com/cljsinfo/cljs-api-docs/blob/catalog/INDEX.md [2] "Attempt at rethrow macro" https://groups.google.com/d/msg/clojure/Hyr2F3VyNLc/nWvrU61xPLAJ [3] "rethrowing an exception" (Clojure CLR group) https://groups.google.com/d/msg/clojure-clr/WgfQKriOI9U/uWG_Ak_g4Q0J -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.