inf-clojure 2021-11-25

Hi folks. Does anyone use bb + inf-clojure? I’m trying to use inf-clojure-connect to a repl started with bb socket-repl. I use localhost and the port is 1666, as explained here: https://book.babashka.org/#usage I’m getting this error:

comint-exec: make client process failed: Connection refused, :name, inf-clojure control-plane, :buffer, *inf-clojure control-plane*, :host, localhost, :service, 1666, :nowait, nil, :tls-parameters, nil, :coding, nil

I've used it and never seen this error

First thing I'd do is netcat the socket repl to demonstrate that it works

👍 1