Open robx opened 6 years ago
Judging by clojure REPL experiments:
user=> {"a""b""c""d"} {"a" "b", "c" "d"} user=> {:msg"hello"} {:msg "hello"}
Judging by clojure REPL experiments: