inf-clojure

apt 2021-11-25T22:06:06.002200Z

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

dpsutton 2021-11-25T22:28:58.002900Z

I've used it and never seen this error

dpsutton 2021-11-25T22:29:14.003500Z

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

👍 1