This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-03-29
Channels
- # announcements (4)
- # architecture (25)
- # babashka (23)
- # beginners (56)
- # boot (4)
- # calva (1)
- # cider (1)
- # cljs-dev (15)
- # clojure (135)
- # clojure-europe (4)
- # clojure-nl (21)
- # clojure-uk (61)
- # clojurescript (47)
- # community-development (4)
- # cryogen (11)
- # cursive (11)
- # data-science (11)
- # fulcro (25)
- # funcool (5)
- # graalvm (1)
- # graphql (4)
- # kaocha (4)
- # lambdaisland (20)
- # lumo (7)
- # meander (14)
- # off-topic (9)
- # pathom (2)
- # portkey (1)
- # re-frame (5)
- # reagent (53)
- # reitit (2)
- # ring (3)
- # shadow-cljs (32)
- # spacemacs (4)
- # sql (34)
- # testing (1)
- # tools-deps (3)
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.👍 4