Hi everyone,
a clojure-newbie here, just learning to navigate. First things first: I'm mightily impressed with clutch. I've used couchdb quite a bit in javascript and two different Smalltalks. Clutch is the smoothest experience I've had in any language.
Now the problem: when I try to get-view, this happens:
#<RuntimeException java.lang.RuntimeException: java.lang.NoClassDefFoundError: com/ashafa/clutch/utils$forgiving_keyset$fn__247>
I'm in a leiningen-created project and use clutch 0.4.0-SNAPSHOT and clojure 1.4.0
Am I missing something here?
Cheers,
Ben