How to use cljs.pprint to return a string?
(cljs.pprint/pprint '(foo bar))
It would be desirable to return a line, but not to have a side effect of its printing. A.
Similar to this question, but for CLJS, not CLJ.
How can I print a PersistentHashMap in Clojure for a string?
clojure clojurescript
elliot42
source share