Skip to content

Instantly share code, notes, and snippets.

@eerohele
Last active February 12, 2020 12:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eerohele/3a74968ed6f16f17c1fa1c3276d556a8 to your computer and use it in GitHub Desktop.
Save eerohele/3a74968ed6f16f17c1fa1c3276d556a8 to your computer and use it in GitHub Desktop.
(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))))
{: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