Clojure Tinker | A Place to Play With New Libs, and New Ideas
Posted on January 3, 2016
by Josh
My Recurring Problem
- I see a library I want to play with in emacs/cider
- I need to find out what they named the dependency
- Copy it over, C-c M-j
- And find the namespaces I need to
:require
- And since I prefer to know what’s in my
ns
, (IE not:refer :all
), I need to:require
a bunch of fns
Or
- I want to experiment with some problem, and I just want a simple scratch pad ready to go, with libs I already know and love required and ready