Skip to content

Instantly share code, notes, and snippets.

@leorog
Created March 30, 2021 20:56
Show Gist options
  • Save leorog/1e8638d8d2f6b53160ce9e79fce97a7b to your computer and use it in GitHub Desktop.
Save leorog/1e8638d8d2f6b53160ce9e79fce97a7b to your computer and use it in GitHub Desktop.
repl with pprint
(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