On Sun, May 6, 2012 at 8:19 PM, Phil Hagelberg wrote:
> The clojure-json library has been deprecated for years; I heartily
> recommend Cheshire instead.
This is one of the big problems with Clojure in Action - Manning did
not update it for Clojure 1.3 so it was out of date by the time it was
publ
On Sun, May 6, 2012 at 4:01 AM, Patrick Martin wrote:
> Hi everyone,
>
> I'm new to clojure and I have been working through Clojure in Action as well
> as Chas Emerick's webcast. I created my environment in Eclipse and CCW, but
> I am having trouble using "use" to get the json library in my progra
Thanks for the tips and the welcome. I have been wanting to learn clojure
for over a year, but teaching has been keeping me busy! Summer is here and
it's time to learn.
It appears that restarting the repl fixed that issue. I then tested the
same code in a terminal repl and the CCW repl and I ge
Sounds like two possibilities:
* you may need to run lein deps to pull in the dependencies? (check
the project's lib folder)
* you may need to restart your REPL in CCW so it loads the newly
downloaded libraries?
If you're running into CCW-specific issues, you might also try the
http://groups.goog
Hi everyone,
I'm new to clojure and I have been working through Clojure in Action as
well as Chas Emerick's webcast. I created my environment in Eclipse and
CCW, but I am having trouble using "use" to get the json library in my
program namespace.
I have the leiningen project.clj use the [org.d