This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-09-15
Channels
- # aws-lambda (3)
- # beginners (37)
- # boot (294)
- # carry (1)
- # cider (38)
- # cljs-dev (37)
- # cljsjs (88)
- # clojure (187)
- # clojure-android (2)
- # clojure-austin (1)
- # clojure-dusseldorf (9)
- # clojure-hk (3)
- # clojure-italy (12)
- # clojure-russia (36)
- # clojure-spec (55)
- # clojure-uk (27)
- # clojurescript (75)
- # community-development (5)
- # conf-proposals (2)
- # copenhagen-clojurians (3)
- # cursive (9)
- # datomic (54)
- # devcards (5)
- # devops (3)
- # dirac (69)
- # emacs (6)
- # ethereum (1)
- # euroclojure (1)
- # events (3)
- # funcool (1)
- # hoplon (20)
- # immutant (4)
- # luminus (14)
- # midje (4)
- # om (178)
- # om-next (2)
- # onyx (47)
- # pedestal (19)
- # protorepl (20)
- # re-frame (14)
- # reagent (54)
- # ring (2)
- # ring-swagger (7)
- # test-check (10)
- # uncomplicate (11)
- # untangled (9)
- # yada (9)
how do i enable paredit-mode in cider? i tried M-x paredit-mode in the cider repl, but to no avail.
@bozhidar I have a boot project and I’m connect to the nrepl session. What should I do in order to navigate in cljs? I get: not resolved.
@bozhidar what does loading mean when I’m in emacs and the clojurescript is running in the browser?
@borkdude you need to run (start-repl)
with boot for example
then it will detect that it is a clojure repl
or you could set a setting in cider and use cider-create-sibling-cljs-repl
when you are connected to nrepl that way you’ll always have two repls one for clojure and one for clojurescript
@mitchelkuijpers cool, thanks!
Cool, I love that command makes starting everything way easier
Rhino repl is the default. When cider launches a clojure script repl, if it doesn't know which one it defaults to rhino
so I guess boot’s (start-repl)
is preferable if you also want to interact with the browser
i set this and cider starts up the correct repl for me. Each repl has different incantations to get i tup and running. this one work sfor me. I'm new to cljs side though and don't have much boot experience
I have this Cider Cljs Lein Repl: Value Menu Custom: (start-repl)
this works for boot even though it states Lein it has nothing todo with that
@borkdude it sounds like just set cider-cljs-lein-repl
to whichever value it needs to be and then not worry about it
As long as it gets you a cljs repl you are fine 🙂