inf-clojure

mister_m 2023-05-26T12:38:39.441179Z

I was trying out inf-clojure with a lein project, and when connecting to the running lein-repl with inf-clojure-connect and selecting the clojure repl type, I was shown a "user" prompt and the prompt kept printing over and over without me doing anything. I'm not sure really what to make of it. Has anyone run into that or know what may be causing it? When I evaluate a buffer the prompt changes to the current namespace, but the same thing happens the prompt keeps getting printed

dpsutton 2023-07-05T14:12:55.078159Z

you can start a socket repl with lein. sounds like you are just using lein’s tty repl

mister_m 2023-05-26T12:40:20.443979Z

perhaps I have not correctly configured the socket repl with leiningen