Re: which IDEs are you all using?

2011-01-20 Thread Laurent PETIT
2011/1/20 Sergey Didenko sergey.dide...@gmail.com lein: I just use lein new MyProject then lein pom and open the pom in Netbeans. Thus I have both lein and Enclojure. The drawback is that you have to run lein pom every time you change the project dependencies (in the lein project.clj). Have

Re: which IDEs are you all using?

2011-01-20 Thread Abraham
new to Emacs Ide . How Clojurebox differs from Emacs ? Which will be better to get full power of emacs Thanks Mark Engelberg wrote: On Wed, Jan 12, 2011 at 9:56 AM, Philip Hudson phil.hud...@iname.com wrote: I have something like this: (setq desktop-dirname /foo/bar      desktop-path  

Re: which IDEs are you all using?

2011-01-20 Thread Mark Engelberg
Clojurebox is easier to install, and when you run it, it automatically connects up to a REPL so it's ready to go. I find it harder to configure the classpath for individual projects, and do other things that leverage the full power of emacs. On Thu, Jan 20, 2011 at 3:51 AM, Abraham

Re: which IDEs are you all using?

2011-01-19 Thread Sergey Didenko
lein: I just use lein new MyProject then lein pom and open the pom in Netbeans. Thus I have both lein and Enclojure. The drawback is that you have to run lein pom every time you change the project dependencies (in the lein project.clj). Loosing settings: I observed that too in rare circumstances

Re: which IDEs are you all using?

2011-01-12 Thread Benny Tsai
Hi Mark, Could you elaborate on this part? On Jan 11, 8:40 pm, Mark Engelberg mark.engelb...@gmail.com wrote: well.  Lots of little things don't work quite right in emacs (at least on Windows), for example, dragging a file onto emacs to edit it, and copying and pasting between apps. I've

Re: which IDEs are you all using?

2011-01-12 Thread Wilson MacGyver
On Wed, Jan 12, 2011 at 1:49 AM, Meikel Brandmeyer m...@kotka.de wrote: 2.  An easy way to load all the relevant code and dependencies into a REPL. Check. Vim itself does not provide that. But it is easy to use lein, cake or gradle to fire up the backend server. For lein there exists a

Re: which IDEs are you all using?

2011-01-12 Thread Philip Hudson
On 12 Jan, 2011, at 4:21 pm, clojure+nore...@googlegroups.com wrote: My #1 issue with emacs is that I don't know how save my workspace so that I can return to emacs and automatically open the last set of files I was working on, and my places within them. It's always a big hassle when I sit

Re: which IDEs are you all using?

2011-01-12 Thread Meikel Brandmeyer
Hello Wilson, Am 12.01.2011 um 17:18 schrieb Wilson MacGyver: I think you meant the next release of Clojuresque. No. I really meant VimClojure. I think the plugin does not fit to clojuresque, since the latter is independent of one's editor. Sincerely Meikel -- You received this message

Re: which IDEs are you all using?

2011-01-12 Thread Wilson MacGyver
ah, ok. just wanted to make sure. On Wed, Jan 12, 2011 at 2:22 PM, Meikel Brandmeyer m...@kotka.de wrote: Hello Wilson, Am 12.01.2011 um 17:18 schrieb Wilson MacGyver: I think you meant the next release of Clojuresque. No. I really meant VimClojure. I think the plugin does not fit to

Re: which IDEs are you all using?

2011-01-12 Thread Phil Hagelberg
On Jan 11, 10:40 pm, Mark Engelberg mark.engelb...@gmail.com wrote: lein/emacs - Getting lein to run under Windows has been an ongoing struggle.  It sort of works, but there are a lot of little problems. I've made lots of edits to my batch file to try to address the problems, but then it

Re: which IDEs are you all using?

2011-01-12 Thread Mark Engelberg
On Wed, Jan 12, 2011 at 8:13 AM, Benny Tsai benny.t...@gmail.com wrote: Hi Mark, Could you elaborate on this part? The version number is: GNU Emacs 23.1.1 (i386-mingw-nt5.1.2600) When I drag a file onto the emacs icon, it starts up, but instead of showing me the file, it says: command-line-1:

Re: which IDEs are you all using?

2011-01-12 Thread Mark Engelberg
On Wed, Jan 12, 2011 at 9:56 AM, Philip Hudson phil.hud...@iname.com wrote: I have something like this: (setq desktop-dirname /foo/bar      desktop-path    '(/foo/bar)) (setq-default desktop-path '(/foo/bar)) (add-hook 'kill-emacs-hook (lambda () (desktop-save desktop-dirname))) (require

Re: which IDEs are you all using?

2011-01-12 Thread Mark Engelberg
On Wed, Jan 12, 2011 at 3:57 PM, Phil Hagelberg p...@hagelb.org wrote: From the problems you are seeing it sounds like you are using Leiningen 1.1.0. Have you tried 1.4.2, the latest release? I'm on lein 1.3.1. I downloaded, but have not yet tried 1.4.2. I haven't sent you my changes because

Re: which IDEs are you all using?

2011-01-12 Thread buckmeisterq
mark.engelb...@gmail.com Sender: clojure@googlegroups.com Date: Wed, 12 Jan 2011 17:38:00 To: clojure@googlegroups.com Reply-To: clojure@googlegroups.com Subject: Re: which IDEs are you all using? On Wed, Jan 12, 2011 at 8:13 AM, Benny Tsai benny.t...@gmail.com wrote: Hi Mark, Could you elaborate

Re: which IDEs are you all using?

2011-01-12 Thread Benny Tsai
, 12 Jan 2011 17:38:00 To: clojure@googlegroups.com Reply-To: clojure@googlegroups.com Subject: Re: which IDEs are you all using? On Wed, Jan 12, 2011 at 8:13 AM, Benny Tsai benny.t...@gmail.com wrote: Hi Mark, Could you elaborate on this part? The version number is: GNU Emacs 23.1.1

Re: which IDEs are you all using?

2011-01-11 Thread Jay Fields
I use IntelliJ + LaClojure at work. We do a lot of java + clojure integration and IntelliJ seems to be the best solution for that. (tho, I've never bothered to look at eclipse) I use emacs at home where most of my work is clojure exclusively. You could argue: the right tool for the job. But,

Re: which IDEs are you all using?

2011-01-11 Thread Mark Engelberg
The counterclockwise site indicates that it doesn't format your code. Is that still the case? -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated -

Re: which IDEs are you all using?

2011-01-11 Thread Laurent PETIT
2011/1/11 Mark Engelberg mark.engelb...@gmail.com The counterclockwise site indicates that it doesn't format your code. Is that still the case? no and yes. It does auto-indent your code when you hit enter, as well as reindent the current line when you explicitly ask to (hitting the Tab key,

Re: which IDEs are you all using?

2011-01-11 Thread Laurent PETIT
I should also add that emacs users would probably be disappointed with the current state of affairs of (auto)(re)indentation in ccw, which is very minimalistic (but very predictable ;) : literal lists are indented 2 chars, other literal datastructures are indented 1 char. Of course, if you indent

Re: which IDEs are you all using?

2011-01-11 Thread Sean Corfield
On Sun, Jan 9, 2011 at 11:01 AM, Alex Baranosky alexander.barano...@gmail.com wrote: I've been considering switching to Emacs because it seems to be the de facto standard for the community. I'd disagree with that. Yes, there are a lot of Emacs users in the Clojure community but I think that's

Re: which IDEs are you all using?

2011-01-11 Thread Ken Wesson
On Tue, Jan 11, 2011 at 6:50 PM, Sean Corfield seancorfi...@gmail.com wrote: On Sun, Jan 9, 2011 at 11:01 AM, Alex Baranosky alexander.barano...@gmail.com wrote: I've been considering switching to Emacs because it seems to be the de facto standard for the community. I'd disagree with that.

Re: which IDEs are you all using?

2011-01-11 Thread Sean Corfield
On Tue, Jan 11, 2011 at 4:11 PM, Ken Wesson kwess...@gmail.com wrote: anything else. If you're working extensively with Java (as well), you'll want to either stick to IntelliJ or look at Eclipse + CCW. Or Netbeans+Enclojure. Ah, yes, another option for Java folk. Sorry, I tend to forget that

Re: which IDEs are you all using?

2011-01-11 Thread Mark Engelberg
A related question: What IDE are people on Windows using? I've struggled for a long time to find an acceptable environment on Windows and would love to have more detailed pointers. My experience: Clojure Box - Easiest way to get started. Runs without much hassle. Dependency management is

Re: which IDEs are you all using?

2011-01-11 Thread Wilson MacGyver
easiest way to do this is, Go to Run- Edit Configuration. under clojure script, you'll see options for VM parameters, and a checkbox on run script in REPL. the plugin is actively being developed. in fact, it has been rewritten in clojure. Most recent release was on Dec 29th

Re: which IDEs are you all using?

2011-01-11 Thread ka
Here's one way to use eclipse + ccw + lein 1. Download latest eclipse helios. Go to market place and search for counter clockwise plugin. Install the latest stable. 2. Create a new Clojure project. Delete the 4 jars it provides :) (yes that's right delete them). 3. Install lein

Re: which IDEs are you all using?

2011-01-11 Thread Meikel Brandmeyer
Hi, of course this doesn't help you directly, because you don't like vi, but it may be of interest for other vi users. On 12 Jan., 04:40, Mark Engelberg mark.engelb...@gmail.com wrote: Looking back over the above comments, it looks like my major checklist points for an IDE are: 1.  

Re: which IDEs are you all using?

2011-01-10 Thread Laurent PETIT
Hi, 2011/1/9 Alex Baranosky alexander.barano...@gmail.com Hi, I'm most used to using Intellij, since it is what I use everyday at work programming in Java. So my first forays into Clojure have been using LaClojure. Some things I like about using Intellij for Clojure development are:

Re: which IDEs are you all using?

2011-01-10 Thread jamesqiugm
Nobody mentions Eclipse clojure plugin, I use this. Good enough with clojure's REPL. -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please

Re: which IDEs are you all using?

2011-01-10 Thread Timothy Washington
vim tmux slime. You can find slime for tmux here or here: - https://github.com/kikijump/tslime.vim - http://www.vim.org/scripts/script.php?script_id=3023 Tim Washington twash...@gmail.com 416.843.9060 On Mon, Jan 10, 2011 at 2:54 AM, jamesqiugm jamesqi...@gmail.com wrote: Nobody

Re: which IDEs are you all using?

2011-01-10 Thread Meikel Brandmeyer
Hi, so if we name now all the alternatives: VimClojure for Vim. :) Sincerely Meikel -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please

Re: which IDEs are you all using?

2011-01-10 Thread Lee Spector
On Jan 10, 2011, at 2:54 AM, jamesqiugm wrote: Nobody mentions Eclipse clojure plugin, I use this. Good enough with clojure's REPL. FWIW I've been using this (Eclipse/Counterclockwise) both for my own work and for teaching an undergraduate class last fall, and I think it is quite good. My

Re: which IDEs are you all using?

2011-01-10 Thread Chas Emerick
Indeed, I use Eclipse + counterclockwise as well -- to the point of contributing to it of late. IMVHO, the Eclipse + counterclockwise combination is the one that has the most potential in the IDE space (for those of us that can't bear to work with emacs). Check out the v0.2.0 RC[1] that went

Re: which IDEs are you all using?

2011-01-10 Thread Paul Mooser
Last time I tried to use this, I found the plugin for some reason could not see the clojure source jar. It was a real bummer, since I had been hoping to find a nice IDE that would let me debug into clojure's internal classes as well, to get some insight into what was going on. On Jan 10, 6:37 am,

Re: which IDEs are you all using?

2011-01-10 Thread Chas Emerick
I do exactly that occasionally -- debugging Java source is decidedly in the domain of Eclipse (which does such things very, very well), so ccw is likely not the impediment there. I'd encourage you to head over to the mailing list (http://groups.google.com/group/clojuredev-users); I'm sure we

Re: which IDEs are you all using?

2011-01-10 Thread Laurent PETIT
2011/1/10 Chas Emerick cemer...@snowtide.com I do exactly that occasionally -- debugging Java source is decidedly in the domain of Eclipse (which does such things very, very well), so ccw is likely not the impediment there. I'd encourage you to head over to the mailing list

which IDEs are you all using?

2011-01-09 Thread Alex Baranosky
Hi, I'm most used to using Intellij, since it is what I use everyday at work programming in Java. So my first forays into Clojure have been using LaClojure. Some things I like about using Intellij for Clojure development are: - I can click on a piece of code and have Intellij take me to the

Re: which IDEs are you all using?

2011-01-09 Thread Vagif Verdi
Jumping to the definition of function: Alt-. Returning back Alt-, All other (and much more) features are implemented in slime (emacs package). On Jan 9, 11:01 am, Alex Baranosky alexander.barano...@gmail.com wrote: Hi, I'm most used to using Intellij, since it is what I use everyday at work

Re: which IDEs are you all using?

2011-01-09 Thread jeregrine
I've been using Vim, screen, and lein repl. I definitely don't use it efficiently but its a start. If anyone knows a good vim clojure tutorial I will be all ears. -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email to

Re: which IDEs are you all using?

2011-01-09 Thread gaz jones
i wrote this recently about how i edit clojure in emacs, listing some features i find especially useful: http://blog.gaz-jones.com/post/2501842155/interactive-clojure-development-in-emacs-with-leiningen i used to use vimclojure as vim was my favourite editor but decided to take the plunge and

Re: which IDEs are you all using?

2011-01-09 Thread Alex Baranosky
Thanks for showing your blog entry. It's coming in handy. Alex -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your

Re: which IDEs are you all using?

2011-01-09 Thread Alex Baranosky
Hi Gaz, I followed your blog and when I used Emacs to install the package syou suggested (clojure-mode, slime etc) I go this error output. I'd love to know if this means anything to anyone, I'm a total newbie to Emacs: Compiling file

Re: which IDEs are you all using?

2011-01-09 Thread gaz jones
hey, did it fail to install or was it just a warning? you can check if it installed with M-x package-list-packages and seeing if it is in the installed list (should be at the bottom of the buffer marked as installed). you get quite a lot of warnings with some of those packages on install but

Re: which IDEs are you all using?

2011-01-09 Thread Alex Baranosky
After a little fiddling I see that of the 5 (clojure-mode, clojure-test-mode, slime, slime-repl, swank-clojure) all installed, except clojure-test did not (it's not red) Now when I try to install that package it says that the file, clojure-mode.el, exists already. Yea, clojure mode is installed,