nrepl uses a specific protocol so you can't use telnet. You'll need an nrepl client of some sort. Leiningen is the easiest one but I believe there are nrepl clients in other languages than Clojure?
On Tue, Mar 5, 2013 at 8:37 AM, Jim - FooBar(); <jimpil1...@gmail.com> wrote: > On 05/03/13 15:22, Weber, Martin S wrote: >> >> $ lein run -m replbuiltin.core & >> $ lein repl :connect 42042 >> user=> (in-ns 'replbuiltin.core) >> replbuiltin.core=> (foo 42) >> 42 > > > trying to use 'telnet localhost' instead of 'lein repl :connect' cos I may > not have lein access, and it doesn't work! I don't get the repl upon > connection... > Do i need to do anything extra after starting the server? > > Jim > > > -- > -- > 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 > --- You received this message because you are subscribed to the Google > Groups "Clojure" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to clojure+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/groups/opt_out. > > -- Sean A Corfield -- (904) 302-SEAN An Architect's View -- http://corfield.org/ World Singles, LLC. -- http://worldsingles.com/ "Perfection is the enemy of the good." -- Gustave Flaubert, French realist novelist (1821-1880) -- -- 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 --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.