You can try the eclipse plug in for clojure.
It is easy to install and provided with its own clojure.jar and
clojure-contrib.jar.
here is the link: http://code.google.com/p/clojure-dev/
you will need Eclipse though.
--~--~-~--~~~---~--~~
You received this message
You can try the eclipse plug in for clojure.
It is easy to install and provided with its own clojure.jar and
clojure-contrib.jar.
here is the link: http://code.google.com/p/clojure-dev/
you will need Eclipse though.
--~--~-~--~~~---~--~~
You received this message
It's not really all that hard. They make it insanely easy to build.
However, Clojure is still in the "new" stage. I'm pretty sure that
soon enough we are going to need a new way to manage libraries instead
of Clojure-contrib.
On Apr 30, 5:08 am, Hubert Iwaniuk wrote:
> Hi All,
>
> I'm newcomer t
Hi Laurent,
Thank you for information.
It would be nice if this kind of info would be available as Featured Wiki
page.
Regards,
Hubert.
On Thu, Apr 30, 2009 at 2:33 PM, Laurent PETIT wrote:
>
> Hi Hubert,
>
> Howard Lewis Ship is maintaining a maven2 repository. See
>
> http://groups.googl
Hi Hubert,
Howard Lewis Ship is maintaining a maven2 repository. See
http://groups.google.com/group/clojure/browse_thread/thread/ee67ca7f69bc7e82/1ab62dcf4e2b33c9?lnk=gst&q=howard%2Brepository#1ab62dcf4e2b33c9
for details,
Regards,
--
Laurent
2009/4/30 Hubert Iwaniuk :
> Hi Robert,
>
> I got
Hi Robert,
I got it running, only thing I'm saying is that it could be easier to get
clojure-contrib.
I'm running Linux and use Vim so Clojure Box is not really for me.
Thank you,
Hubert
On Thu, Apr 30, 2009 at 12:54 PM, Robert Campbell wrote:
>
> If you're on Windows, please take a look a
If you're on Windows, please take a look at Clojure Box:
http://clojure.bighugh.com/
It comes with an installer which sets you up with an Emac environment
running Clojure + contrib.
It's everything you need to get up in running in minutes. This is the
path I took when I faced similar difficulti
Hi All,
I'm newcomer to clojure.
Downloaded clojure.jar.
Decided to go with VimClojure.
So I need clojure-contrib.
svn co clojure-contrib, and failed to build.
svn co clojure, build fine retried building clojure-contrib, went fine.
It's fine by me, but I believe that is not really a good user ex