This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-07-08
Channels
- # announcements (5)
- # aws (15)
- # babashka (7)
- # beginners (138)
- # bristol-clojurians (2)
- # chlorine-clover (11)
- # cider (9)
- # clara (4)
- # clj-kondo (17)
- # cljsrn (20)
- # clojars (1)
- # clojure (73)
- # clojure-europe (17)
- # clojure-italy (1)
- # clojure-nl (9)
- # clojure-spec (4)
- # clojure-uk (9)
- # clojurescript (43)
- # data-science (1)
- # datomic (87)
- # emacs (2)
- # figwheel-main (30)
- # fulcro (71)
- # helix (2)
- # hugsql (4)
- # jackdaw (5)
- # jobs (3)
- # jobs-discuss (31)
- # juxt (5)
- # kaocha (6)
- # lein-figwheel (16)
- # leiningen (1)
- # luminus (4)
- # malli (2)
- # meander (54)
- # music (8)
- # nrepl (12)
- # observability (28)
- # off-topic (85)
- # pathom (11)
- # re-frame (99)
- # reitit (9)
- # ring (1)
- # rum (6)
- # sci (11)
- # shadow-cljs (102)
- # sql (22)
- # tools-deps (10)
- # vim (65)
- # xtdb (14)
I'm running 'Connect to socket REPL' and it says it's successful ("Clojure socket REPL connected"), opens a right pane
@tomisme Chlorine's REPL pane just shows output from evaluation, so it won't display anything until you evaluate code.
oh yes sorry forgot to say, when I try and evaluate a block it says "REPL not connected"
@tomisme Do you have "experimental features" set? What's your Chlorine and Shadow-CLJS version?
Because with experimental features turned on, different versions of Chlorine have different ways to evaluate Shadow-CLJS. The latest version of Chlorine supports Shadow-CLJS version >=2.10.1, for example. But, with "experimental features" turned off, it should work on any shadow version...
> Then I run 'Connect Embedded' and it pops up asking for the build If you don't have experimental features toggled, you need to first connect a JS environment and then run "Connect Embedded"