ClojureScript Sorted Map Printing #3258
Unanswered
E-A-Griffin
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, when using CIDER for ClojureScript, I've found that the return value in the REPL for a sorted map is unsorted. Calling
prn
orseq
or other functions on sorted maps confirm that the map is indeed properly sorted. The return value of sorted maps in Clojure in CIDER is sorted so I assume this is a bug? Does anyone know a solution to this issue, or would it potentially require a PR?Beta Was this translation helpful? Give feedback.
All reactions