Fork me on GitHub
#lumo
<
2020-03-29
>
jaide19:03:57

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?

borkdude21:03:04

@jayzawrotny Maybe the socket REPL?

jaide21:03:28

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.

borkdude21:03:22

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

👍 4
jaide21:03:44

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

👍 4
jaide21:03:50

Whoo, it's working!