pprint to file with #clojure: (spit "file-name" (with-out-str (pprint stuff))) trick is to dynamically change stdout to a "string buffer".
確定! 回上一頁