Re: [clojure-jark-dev] Re: ANN: Jark 0.3 (using the nrepl protocol)

2011-05-09 Thread isaac praveen
> > Of course, it would be desirable to be able to not blow all the user's > computer memory ... so maybe having the ability to share JVM between > several open projects in the IDEA, while keeping isolated different > clojure environments, would be a plus. > > I had the idea of investigating what t

Re: ANN: Jark 0.3 (using the nrepl protocol)

2011-05-09 Thread isaac praveen
> Just a question. The general philosophy of clojure is to have good > base building tools, and maybe the "building blocks" of more > integrated solutions could also be based on the same philosophy. > I mean, all the points listed in b) could / should / may (?) not be > tied to nrepl-server, should

Re: ANN: Jark 0.3 (using the nrepl protocol)

2011-05-09 Thread Laurent PETIT
Sooo, my question was *that* silly ? :'-( 2011/5/7 Laurent PETIT : > Maybe a silly question, but anyway ... > > for CCW, there is this idea of having it maintain, for each open > project (probably depending on a flag, but that's out of topic), in > the background (totally transparently for the use

Re: ANN: Jark 0.3 (using the nrepl protocol)

2011-05-09 Thread isaac praveen
> Yes, that would explain that.  In any case, all contributors to jark will > need to have CA's lodged before it (or parts of it) can be brought into > Clojure contrib. > http://clojure.org/contributing > - Chas Thanks Chas. Ambrose and myself will send the CA across. -- isaac -- You received

Re: ANN: Jark 0.3 (using the nrepl protocol)

2011-05-09 Thread Chas Emerick
On May 7, 2011, at 1:31 PM, David Nolen wrote: > On Sat, May 7, 2011 at 12:50 PM, isaac praveen wrote: > Sure. We need very powerful clojure development and deployment tools. > My request for subscription to clojure-dev got declined :( > > Send in a CA! :) Yes, that would explain that. In any

Re: ANN: Jark 0.3 (using the nrepl protocol)

2011-05-07 Thread David Nolen
On Sat, May 7, 2011 at 12:50 PM, isaac praveen wrote: > Sure. We need very powerful clojure development and deployment tools. > My request for subscription to clojure-dev got declined :( > Send in a CA! :) David > -- You received this message because you are subscribed to the Google Groups "

Re: ANN: Jark 0.3 (using the nrepl protocol)

2011-05-07 Thread Laurent PETIT
Maybe a silly question, but anyway ... for CCW, there is this idea of having it maintain, for each open project (probably depending on a flag, but that's out of topic), in the background (totally transparently for the user), a running JVM environment where CCW would maintain the project classes an

Re: ANN: Jark 0.3 (using the nrepl protocol)

2011-05-07 Thread Laurent PETIT
2011/5/7 isaac praveen : > On Sat, May 7, 2011 at 5:50 PM, Laurent PETIT wrote: >> Yeah, nrepl support for CCW, which Chas personnally did, has been an >> incredibly valuable addition. >> >> I'm glad to see more tools adopting it for backend support ! >> > > I agree. > > Also, the nrepl-server its

Re: ANN: Jark 0.3 (using the nrepl protocol)

2011-05-07 Thread isaac praveen
Chas, > nREPL + jark + some baseline set of introspection utilities and such (started > to be described here: > http://dev.clojure.org/display/design/IDE+tooling+backend) is looking like a > proper foundation for Clojure tooling, regardless of platform/editor/etc. Awesome. > FWIW, I'd like to

Re: ANN: Jark 0.3 (using the nrepl protocol)

2011-05-07 Thread Ambrose Bonnaire-Sergeant
Thanks for letting us know Meikel. These are similar issues that we have encountered with the jark client. We are planning to rewrite it in Haskell (currently Python), I'm sure there will be similarities between a potential VimClojure client. I have tried to tinker with VimClojure but sadly never

Re: ANN: Jark 0.3 (using the nrepl protocol)

2011-05-07 Thread Meikel Brandmeyer
Hi, Am 07.05.2011 um 16:48 schrieb Chas Emerick: >> We haven't started on a VimClojure nREPL fork yet. >> >> We should probably ask Meikel if he's already tackled it, there is a "nrepl" >> tag on >> bitbucket but it's about 6 months old. >> https://bitbucket.org/kotarak/vimclojure/overview >

Re: ANN: Jark 0.3 (using the nrepl protocol)

2011-05-07 Thread Chas Emerick
On May 7, 2011, at 10:01 AM, isaac praveen wrote: > On Sat, May 7, 2011 at 5:50 PM, Laurent PETIT wrote: >> Yeah, nrepl support for CCW, which Chas personnally did, has been an >> incredibly valuable addition. >> >> I'm glad to see more tools adopting it for backend support ! >> > > I agree.

Re: ANN: Jark 0.3 (using the nrepl protocol)

2011-05-07 Thread isaac praveen
> b) a set of extensible utilities to manage classpaths, namespaces, JVM  both > on Oops. I meant : A set of extensible utilities to manage classpaths, namespaces, JVM etc , remotely. -- isaac -- You received this message because you are subscribed to the Google Groups "Clojure" group. To pos

Re: ANN: Jark 0.3 (using the nrepl protocol)

2011-05-07 Thread isaac praveen
On Sat, May 7, 2011 at 5:50 PM, Laurent PETIT wrote: > Yeah, nrepl support for CCW, which Chas personnally did, has been an > incredibly valuable addition. > > I'm glad to see more tools adopting it for backend support ! > I agree. Also, the nrepl-server itself should be bundled with some basic

Re: ANN: Jark 0.3 (using the nrepl protocol)

2011-05-07 Thread Laurent PETIT
Yeah, nrepl support for CCW, which Chas personnally did, has been an incredibly valuable addition. I'm glad to see more tools adopting it for backend support ! 2011/5/7 isaac praveen : > Chas, > > Thanks for nREPL. It is a very useful tool. > > -- > isaac > http://icylisper.in > > -- > You receiv

Re: ANN: Jark 0.3 (using the nrepl protocol)

2011-05-07 Thread isaac praveen
Chas, Thanks for nREPL. It is a very useful tool. -- isaac http://icylisper.in -- 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

Re: ANN: Jark 0.3 (using the nrepl protocol)

2011-05-06 Thread Ambrose Bonnaire-Sergeant
Hi Paul, We haven't started on a VimClojure nREPL fork yet. We should probably ask Meikel if he's already tackled it, there is a "nrepl" tag on bitbucket but it's about 6 months old. https://bitbucket.org/kotarak/vimclojure/overview Thanks, Ambr

Re: ANN: Jark 0.3 (using the nrepl protocol)

2011-05-06 Thread Paul deGrandis
Out of curiosity, have you finished adapting Jark for use with VimClojure? I'd love to have a Jark+nREPL+VimClojure stack for editing. Paul On May 6, 12:48 pm, Chas Emerick wrote: > It's great to see nREPL being used for such things. > > FYI, I just released nREPL 0.0.5, adding Clojure 1.3.0 a

Re: ANN: Jark 0.3 (using the nrepl protocol)

2011-05-06 Thread Chas Emerick
It's great to see nREPL being used for such things. FYI, I just released nREPL 0.0.5, adding Clojure 1.3.0 alpha compatibility: https://github.com/clojure/tools.nrepl Do let me know if you have any difficulties, questions, etc. There's also now an issue tracker: http://dev.clojure.org/jira/bro

ANN: Jark 0.3 (using the nrepl protocol)

2011-05-05 Thread isaac praveen
Hi, It is a pleasure to announce the release of Jark 0.3, today. Why Jark? Startup time of the Java Virtual Machine(JVM) is too slow and thereby command-line applications on the JVM are sluggish and very painful to use. Jark is an attempt to run a persistent JVM daemon and provide a set of utilit