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:
It sounds like you are AOT-compiling your project? If so, I'm guessing there are some stale/conflicting class files in your project. Try running a `lein clean`, and starting fresh — and, if that works, consider disabling AOT-compilation unless you really, really need it.
Cheers,
- Chas
On Jun 14, 2012, at 4:24 PM, Ben Schlingelhof wrote:
> 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:
yes, that worked like a charm. I never did any explicit AOT-compilation, but I may have done a lein uberjar in a different project. Also I use marginalia, that seems to do some kind of compilation step. The whole java compilation cache thing is still somewhat opaque to me but I'll get it in time, I'm sure. Thanks for the quick help.
Cheers,
Ben
--
Ben Schlingelhof
benseins.de
Am Donnerstag, 14. Juni 2012 um 23:58 schrieb Chas Emerick:
> It sounds like you are AOT-compiling your project? If so, I'm guessing there are some stale/conflicting class files in your project. Try running a `lein clean`, and starting fresh — and, if that works, consider disabling AOT-compilation unless you really, really need it.
> Cheers,
> - Chas
> On Jun 14, 2012, at 4:24 PM, Ben Schlingelhof wrote:
> > 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: