lumo 2020-03-29

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?

@mike1452 has left the channel

@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.

👍 1

Thanks! That helps a lot. I was able to get it installed by adding it to additional packages.

👍 1

Whoo, it's working!