Fork me on GitHub
#inf-clojure
<
2023-05-26
>
mister_m12:05:39

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

dpsutton14:07:55

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

mister_m12:05:20

perhaps I have not correctly configured the socket repl with leiningen