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)
Working on some small, fun side projects today with lumo. What's the best way to connect to a lumo repl in cljs? I found a few github issues on various projects but they're a few years old so I'm curious if one of those options has caught on.
More research suggests the best way is to run either a lumo socket repl or inferior lisp. How do I install inf-clojure?
Got it working! Added inf-clojure for dotspacemacs-additional-packages and used inf-clojure-connect as well as inf-clojure-minor-mode in my cljs buffer.
Thanks to @U04V15CAJ for the missing pieces here.