Skip to content

Instantly share code, notes, and snippets.

@leorog
Created March 30, 2021 20:56
Show Gist options
  • Select an option

  • Save leorog/1e8638d8d2f6b53160ce9e79fce97a7b to your computer and use it in GitHub Desktop.

Select an option

Save leorog/1e8638d8d2f6b53160ce9e79fce97a7b to your computer and use it in GitHub Desktop.

Revisions

  1. leorog created this gist Mar 30, 2021.
    3 changes: 3 additions & 0 deletions repl.clj
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    (require '[clojure.pprint :as pprint]
    '[clojure.main :as main])
    (main/repl :print pprint/pprint)