lumo

:lumo: Standalone ClojureScript environment. Currently at version 1.9.0
2020-03-29T19:53:57.001Z

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?

borkdude 2020-03-29T21:09:04.001400Z

@jayzawrotny Maybe the socket REPL?

2020-03-29T21:10:28.002100Z

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.

borkdude 2020-03-29T21:35:22.002800Z

@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
2020-03-29T21:36:44.003500Z

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

👍 1
2020-03-29T21:37:50.003700Z

Whoo, it's working!

borkdude 2020-03-29T21:38:51.003900Z

congrats