Skip to content

Instantly share code, notes, and snippets.

@luxbock
Last active August 29, 2015 14:07
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 luxbock/59f0abf4217ee54932c3 to your computer and use it in GitHub Desktop.
Save luxbock/59f0abf4217ee54932c3 to your computer and use it in GitHub Desktop.
profiles.clj
{:user
:dependencies [[im.chit/vinyasa "0.2.2"]
;; ...
[leiningen #=(leiningen.core.main/leiningen-version)]]
:injections [(require '[vinyasa.inject :as inject]
;; other requires
)
(inject/in
;; Inject as is
clojure.core
[print.foo print->> print-> print-defn print-cond print-sexp print-let]
[clojure.core [macroexpand-1 mex] [macroexpand mexx]]
[clojure.walk [macroexpand-all mexa]]
;; Inject with > prefix, i.e. >pprint
clojure.core >
[vinyasa.inject inject]
[vinyasa.pull pull]
[vinyasa.lein lein]
[vinyasa.reimport reimport]
[alembic.still distill]
[table.core table]
[clojure.tools.namespace.repl refresh]
[clojure.tools.trace trace trace-vars trace-ns untrace-ns]
[clojure.repl apropos dir doc find-doc source pst [root-cause >cause]]
[clojure.pprint pprint pp]
[clojure.java.shell sh]
[criterium.core benchmark quick-benchmark])]}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment