Last active
February 12, 2020 12:58
-
-
Save eerohele/3a74968ed6f16f17c1fa1c3276d556a8 to your computer and use it in GitHub Desktop.
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.main :as m]) | |
(m/repl | |
:init #(apply require m/repl-requires) | |
:eval (fn [form] | |
(do | |
(require '[clojure.pprint :refer [pp pprint]]) | |
(require '[hashp.core]) | |
(eval form)))) |
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
{:deps {hashp {:mvn/version "0.1.1"}}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment