I asked this in #spacemacs but to reach more eyes, what's the best way to connect to a lumo repl from an editor currently?
@jayzawrotny Maybe the socket REPL?
Thanks! Further research showed that lumo does have a builtin socket repl, but now I need to learn how to connect to it from spacemacs.
@jayzawrotny I don't know if you can run inf-clojure in spacemacs.
Emacs: inf-clojure:
To connect:
M-x inf-clojure-connect localhost 1666
Before evaluating from a Clojure buffer:
M-x inf-clojure-minor-mode
This is from the babashka docs, since babashka also has a socket REPL.Thanks! That helps a lot. I was able to get it installed by adding it to additional packages.
Whoo, it's working!
congrats