My understanding is that the contrib version graduated into core at
some point (in the clojure.java.shell namespace) and its old name is
only still around for backwards compatibility.

On May 15, 12:31 am, Wei Hsu <yayits...@gmail.com> wrote:
> Thanks for the tips. Alan, I'm now using clojure.java.shell (still
> hanging, though). Could you explain the difference between the two?
>
> Meikel, what are the commands to start an external repl and tie it
> with nailgun? Can I interact with nailgun with both the external repl
> and the vim repl?
>
> On May 15, 12:19 am, Meikel Brandmeyer <m...@kotka.de> wrote:
>
>
>
>
>
>
>
> > Hi,
>
> > Am 15.05.2011 um 07:12 schrieb Wei Hsu:
>
> > > I'm using vimclojure and nailgun.
>
> > A general note:
>
> > The vimclojure shell blocks until the whole command is completed 
> > accumulating all output on the way. This is for technical reasons, I can't 
> > anything about. Please use it only for short interactions in the repl, not 
> > for long running commands. If you intend to do so, start an external repl, 
> > start the nailgun thread there and work with the external repl. Then you 
> > can still work with your vim, because it not blocked. And everything else 
> > (doc lookup, sending code, etc.) just works as before.
>
> > 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 be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to