Created
December 6, 2014 18:01
-
-
Save timsgardner/fa70e394f4e27ccd54a2 to your computer and use it in GitHub Desktop.
arcadia boilerplate I find useful
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
(let [ns 'arcadia.core] | |
(require ns) | |
(in-ns ns) | |
(use | |
'arcadia.core | |
'arcadia.hydrate | |
'clojure.pprint | |
'clojure.repl)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
clojure: so much less boilerplate :P