0

I've downloaded the current stable version of Clojure on my Macbook, which is 1.6.

However, I only find the way to build clojure_contrib with clojure 1.3 or older.

So how can I build it with clojure v1.6 ?

Alvin
  • 23
  • 5
  • possible duplicate of [IllegalStateException Compiling Clojure-Contrib](http://stackoverflow.com/questions/5877331/illegalstateexception-compiling-clojure-contrib) – NielsK Mar 09 '15 at 08:10

1 Answers1

0

I know, I'm giving answer to another question, but still.

You don't need to build clojure-contrib. If it's some book/tutorial you are reading - grab clojure-1.3. If you are porting old project to clojure-1.6 - switch it to new modular clojure-contrib (http://dev.clojure.org/display/community/Where+Did+Clojure.Contrib+Go).

iced
  • 1,562
  • 8
  • 10