Re: Clojure development environments

2009-12-07 Thread balln...@googlemail.com
That is a useful hint. Thanks - I'll check that out. On Dec 6, 6:07 am, Phil Hagelberg wrote: > "balln...@googlemail.com" writes: > > Emacs /clojure-mode: > > You need to install git to pull down the latest sources! > > You needClojureandClojure-contrib (usually you cannot dowload > > contrib bu

Re: Clojure development environments

2009-12-06 Thread Phil Hagelberg
Richard Newman writes: > I actually see this in the git log: > > commit 7feddfd95afd6d1af3b3cbd380b4625ec8bdb186 > Author: Phil Hagelberg > Date: Sat Nov 28 20:48:16 2009 -0800 > > swank-clojure-slime-mode-hook must be autoloaded for M-x slime- > connect. > > Thanks to romanroe for

Re: Clojure development environments

2009-12-06 Thread Richard Newman
> Was that the only function you saw missing? You use the plural, but > that's the only one I've heard problem reports about. There might have been others, but I don't remember any. I hit that one every time I visited a buffer, of course :) That's where it errored, so I imagine any other undefi

Re: Clojure development environments

2009-12-06 Thread Phil Hagelberg
Richard Newman writes: > I'm sure that's how it's supposed to work, but just this afternoon I > had a lot of trouble using a _fresh install_ of Carbon Emacs to > install swank-clojure through ELPA; kept hitting undefined functions*, > and that was after a few failed attempts to install. >

Re: Clojure development environments

2009-12-06 Thread Bill Allen
Using the standard snu emacs on ubuntu 8.04 and on windows xp (no jocks about my up-to-dateness), it really was that easy. One difference is that I installed the emacs starter kit which installs elpa and other generally nice packages. Don't let the name put you off. I've been an emacs user for > 2

Re: Clojure development environments

2009-12-05 Thread Richard Newman
> This isn't true anymore. All that's needed is to use the Emacs Lisp > package manager (http://tromey.com/elpa) to grab swank-clojure, and it > will download all the dependent elisp and precompiled jars. Currently > that's 2 manual steps, but in Emacs 24 ELPA will be included, so you > will be abl

Re: Clojure development environments

2009-12-05 Thread Phil Hagelberg
"balln...@googlemail.com" writes: > Emacs / clojure-mode: > You need to install git to pull down the latest sources! > You need Clojure and Clojure-contrib (usually you cannot dowload > contrib but have to build it) > You need to have ant / maven to build contrib > You need to download Emacs > Yo

Re: Clojure development environments

2009-12-04 Thread John Newman
+1 for Waterfront I was hoping it would be what IDLE is to Python. On Fri, Dec 4, 2009 at 8:43 AM, Wilson MacGyver wrote: > I want to add another vote for using La Clojure plugin for IntelliJ. > > I use it on both OSX and windows. works pretty well for me. > > -- > Omnem crede diem tibi diluxis

Re: Clojure development environments

2009-12-04 Thread Wilson MacGyver
I want to add another vote for using La Clojure plugin for IntelliJ. I use it on both OSX and windows. works pretty well for me. -- Omnem crede diem tibi diluxisse supremum. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, sen

Re: Clojure development environments

2009-12-04 Thread Jeff Heon
I'm using LaClojure with IntelliJ IDEA Community Edition on a Vista box without problems. Not sure about before, but it works now 8) Also I just tried Clojure Box as mentioned above on an XP box and it works like a charm. On Dec 4, 10:30 am, David Hilton wrote: > Last I checked (2-3 months ago)

Re: Clojure development environments

2009-12-04 Thread David Hilton
On Dec 4, 6:00 am, Vaclav Pech wrote: > You might also consider IntelliJ IDEA with its LaClojure plugin. I guess the > open-source Community Edition (http://www.jetbrains.org) could be worth your > looking at. Last I checked (2-3 months ago) LaClojure didn't work with Windows - due to the way it

Re: Clojure development environments

2009-12-04 Thread Vaclav Pech
You might also consider IntelliJ IDEA with its LaClojure plugin. I guess the open-source Community Edition (http://www.jetbrains.org) could be worth your looking at. Regards, Vaclav On Fri, Dec 4, 2009 at 1:27 PM, abhi wrote: > Forgot to mention. 'socks' sets up slime, clojure and bunch of ot

Re: Clojure development environments

2009-12-04 Thread abhi
Forgot to mention. 'socks' sets up slime, clojure and bunch of other modes for emacs. You will have to install emacs by yourself in order for it to work. On Fri, Dec 4, 2009 at 5:48 PM, abhi wrote: > I don't know which OS you are running on, but if you are using windows > you can checkout clojure

Re: Clojure development environments

2009-12-04 Thread abhi
I don't know which OS you are running on, but if you are using windows you can checkout clojurebox. It setups emacs, clojure, and sets up slime. It works out of the box. You can find it here: http://clojure.bighugh.com/ If you want to setup clojure on linux you could use a system called Boots. Thi

Re: Clojure development environments

2009-12-04 Thread Steve Purcell
On 4 Dec 2009, at 10:18, balln...@googlemail.com wrote: > Emacs / clojure-mode: > [...] > Sorry but Emacs is unfamiliar to regular developers > > VimClojure: > similar to clojure-mode setup ... separate downloads, builds, > configs ... > and then it does not work out of the box or you need to rea