Clojure Tinker | A Place to Play With New Libs, and New Ideas

Posted on January 3, 2016 by Josh

My Recurring Problem

  1. I see a library I want to play with in emacs/cider
  2. I need to find out what they named the dependency
  3. Copy it over, C-c M-j
  4. And find the namespaces I need to :require
  5. And since I prefer to know what’s in my ns, (IE not :refer :all), I need to :require a bunch of fns

Or

  1. 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

The Solution!

Tinker!

git clone https://github.com/freckletonj/tinker