我怎样才能在Clojure中将PersistentHashMap打印成字符串?我正在寻找类似的东西:
(str (pprint {... hash map here...})
我可以作为一个字符串传递
clojure
clojure ×1