Re: VimClojure 2.2.0 released

2010-10-09 Thread ianp
> > If the STOMP support happens with nREPL as Rich was pushing for, > > you'd have the windows solution. There are plenty of STOMP client > > that works on windows. > > Do you have some pointers? Googling didn't turn up useful stuff. > Important requirement: must be driven by CLI. Well, STOMP is

Re: VimClojure 2.2.0 released

2010-10-08 Thread Wilson MacGyver
out of box CLI ready I only know of http://code.google.com/p/stomppy/ but that would be you'd have to introduce python dep, which would increase complexity. or write the c hook yourself to use libstomp http://svn.stomp.codehaus.org/browse/stomp/trunk/c/src/main.c?r=31 On Fri, Oct 8, 2010 at 3:

Re: VimClojure 2.2.0 released

2010-10-08 Thread Meikel Brandmeyer
Hi, On 6 Okt., 17:31, Wilson MacGyver wrote: > If the STOMP support happens with nREPL as Rich was pushing for, > you'd have the windows solution. There are plenty of STOMP client > that works on windows. Do you have some pointers? Googling didn't turn up useful stuff. Important requirement: mu

Re: VimClojure 2.2.0 released

2010-10-06 Thread Wilson MacGyver
On Wed, Oct 6, 2010 at 11:04 AM, Meikel Brandmeyer wrote: > The future will probably be nREPL which was started recently by Chas > Emerick. It will provide a common backend server for all > (participating) IDEs. One main problem is - surprise - Windows. I have > no simple solution to just pipe inp

Re: VimClojure 2.2.0 released

2010-10-06 Thread Jeff Rose
Sorry, I'm blind. Using the patched nailgun it works fine. I'm looking forward to nRepl, it looks like a good long-term solution. -Jeff On Oct 6, 5:04 pm, Meikel Brandmeyer wrote: > Hi, > > On 6 Okt., 16:44, Jeff Rose wrote: > > > I've just installed the new version, but it isn't connecting

Re: VimClojure 2.2.0 released

2010-10-06 Thread Meikel Brandmeyer
Hi, On 6 Okt., 16:44, Jeff Rose wrote: > I've just installed the new version, but it isn't connecting to > nailgun using either my ng-server script or using lein nailgun, which > both work with the previous version.  Do we need to change port > numbers or do something differently when starting n

Re: VimClojure 2.2.0 released

2010-10-06 Thread Michael Wood
On 6 October 2010 16:44, Jeff Rose wrote: > Great, thanks a lot! > > I've just installed the new version, but it isn't connecting to > nailgun using either my ng-server script or using lein nailgun, which > both work with the previous version.  Do we need to change port > numbers or do something d

Re: VimClojure 2.2.0 released

2010-10-06 Thread Jeff Rose
Great, thanks a lot! I've just installed the new version, but it isn't connecting to nailgun using either my ng-server script or using lein nailgun, which both work with the previous version. Do we need to change port numbers or do something differently when starting nailgun now? This also remin

Re: VimClojure 2.2.0 released

2010-10-06 Thread Jose Figueroa Martinez
Hello Meikel, Thank you very much for your work. Vim is my prefered text/code editor and thanks to your work I can use Clojure in an eficient and enjoyable way :-) I use my own plugin (Vicle http://www.vim.org/scripts/script.php?script_id=2551) to work with the clojure repl, but it is just my pr

Re: VimClojure 2.2.0 released

2010-10-05 Thread Mike Mazur
Hi Meikel, On Wed, Oct 6, 2010 at 01:58, Meikel Brandmeyer wrote: > I just officially released version 2.2.0 of VimClojure. Thanks for the hard work! Will be giving this a spin soon. Mike -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to

VimClojure 2.2.0 released

2010-10-05 Thread Meikel Brandmeyer
Hi, I just officially released version 2.2.0 of VimClojure. It brings a hopefully more robust experience with easier installation. Downloads are at the usual place on http://www.vim.org. The server is available from clojars as "vimclojure:server:2.2.0". Please note: VimClojure now requires a p