I sometimes use inf-clojure mode 
<https://github.com/clojure-emacs/inf-clojure> in Emacs, which can connect 
directly to a socket REPL. I have a helper Elisp function 
inf-clojure-to-socket 
<https://github.com/stuartsierra/dotfiles/blob/81b0ac9dde185b7515284217e7ddb002c980f3bb/.emacs.d/stuart.org#inf-clojure-to-socket>
.

You might also try readline with Netcat (nc) as an alternative to Telnet.

–S

On Friday, March 2, 2018 at 8:49:45 PM UTC-5, 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