Hello! I was recently surprised by Clojure's sorting behavior when sorting tuples, which seems to depend on length: (sort [[1 :a] [2] [3 :b] [0 :c :c]]) ; ...
確定! 回上一頁