This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2015-12-28
Channels
- # admin-announcements (72)
- # aws (23)
- # beginners (43)
- # boot (140)
- # cider (11)
- # cljs-dev (4)
- # cljsrn (82)
- # clojars (2)
- # clojure (215)
- # clojure-nl (2)
- # clojure-russia (149)
- # clojurecup (4)
- # clojurescript (159)
- # cursive (19)
- # datomic (47)
- # editors (1)
- # emacs (27)
- # hoplon (32)
- # jobs (11)
- # ldnclj (3)
- # mount (33)
- # off-topic (1)
- # om (380)
- # onyx (1)
- # re-frame (2)
- # reagent (54)
- # yada (63)
I’m setting up emacs to work with figwheel. I use ring to serve a clojurescript application and I want to be able to eval both clojure and clojurescript code.
I would guess so. I personally don’t use cider + figwheel. But I imagine you need two cider instances because you basically have two repls running (clojure & clojurescript).
are you aware if there is a way of telling cider which repl use based on the file extension?
here https://github.com/bhauman/lein-figwheel/wiki/Using-the-Figwheel-REPL-within-NRepl
If you use the project.clj described here https://github.com/bhauman/lein-figwheel/wiki/Using-the-Figwheel-REPL-within-NRepl#setting-up-cider
@malabarba: then I’m probably missing something 😞
I run cider-jack-in-clojurescript, which launches a nrepl server and two cider buffers: one for clojure and another one with figwheel