Created
March 30, 2021 20:56
-
-
Save leorog/1e8638d8d2f6b53160ce9e79fce97a7b to your computer and use it in GitHub Desktop.
repl with pprint
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (require '[clojure.pprint :as pprint] | |
| '[clojure.main :as main]) | |
| (main/repl :print pprint/pprint) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment