Hi, On 6 Okt., 16:44, Jeff Rose <[email protected]> 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 nailgun now? As I said: you need to start the new ngserver class: vimclojure.nailgun.NGServer. I don't think, lein nailgun does that. > This also reminded me that now the lein repl opens a server socket. > How difficult would it be to use this as the server interface instead, > so that nailgun wasn't even a dependency? 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 input to a server socket and read the output. Nailgun has there this fluffy, little client. I probably have to investigate one of the foreign interfaces again. *sigh* I thought I could put that Ruby nightmare ad acta.... Sincerely Meikel -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
