This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-02-25
Channels
- # beginners (20)
- # boot (25)
- # cider (1)
- # cljs-dev (7)
- # cljsjs (1)
- # cljsrn (1)
- # clojure (79)
- # clojure-austin (2)
- # clojure-berlin (13)
- # clojure-dusseldorf (1)
- # clojure-germany (7)
- # clojure-russia (10)
- # clojure-serbia (1)
- # clojure-spec (18)
- # clojure-uk (4)
- # clojured (1)
- # clojurescript (90)
- # cursive (10)
- # datomic (7)
- # emacs (14)
- # hoplon (6)
- # luminus (16)
- # lumo (4)
- # numerical-computing (2)
- # om (25)
- # om-next (1)
- # onyx (11)
- # pedestal (10)
- # protorepl (1)
- # reagent (11)
- # remote-jobs (1)
- # ring (1)
- # rum (38)
- # spacemacs (5)
- # test-check (7)
- # untangled (122)
- # vim (1)
- # yada (8)
Hello there! To get Proto REPL working with Figwheel, I ended up running Figwheel, which started an nREPL server, then I used Proto REPL's "Remote nREPL Connection" to connect to Figwheel's nREPL port and I ran (do (use 'figwheel-sidecar.repl-api) (cljs-repl))
to start the Figwheel ClojureScript REPL from nREPL.
It seems to work so far (and Proto REPL is awesome in general! :D), but I'm pretty new to Clojure, so figuring this out was a bit of a journey. Is there a better way to use ClojureScript/Figwheel with Proto REPL (and whether there is or not, should the process for using Proto REPL with ClojureScript be documented somewhere more obvious)?