Okay, for anyone else coming here and looking, you must absolutely try out 
Unravel https://github.com/Unrepl/unravel

Its a command line tool that you install through npm (implemented in 
ClojureScript cool!), and then you can just do:

unravel <ip> <port>

>From your terminal, and it will connect to any standard Clojure 1.8+ socket 
repl and give you a Repl with full emacs like readline, multi-line support, 
auto-complete, and eldoc style instant documentation. No need to add any 
extra dependencies to your Clojure project or setup anything more then just 
activate the socket repl.

Frankly its amazing, and I think everyone who needs to connect to a socket 
repl should give it a go.

P.S.: Also shout out to Spiral https://github.com/Unrepl/spiral, which is 
an emacs package for connecting to a Clojure 1.8+ socket REPL which gives 
you almost as many features as Cider does with nRepl.

On Friday, 2 March 2018 17:49:45 UTC-8, Didier wrote:
>
> I want to connect to a Clojure socket repl server, but telnet is a really 
> terrible repl experience. Anyway I can have a better client to connect to 
> it that would have some better support for history, backspace, maybe even 
> some auto-complete, highlight, etc. Whatever I can get over telnet?
>
> Thanks
>

-- 
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/d/optout.

Reply via email to