This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-07-13
Channels
- # admin-announcements (4)
- # beginners (14)
- # boot (41)
- # capetown (1)
- # carry (10)
- # clojure (168)
- # clojure-czech (11)
- # clojure-mexico (3)
- # clojure-quebec (1)
- # clojure-russia (63)
- # clojure-spec (108)
- # clojure-uk (44)
- # clojurescript (37)
- # component (5)
- # data-science (2)
- # datascript (5)
- # datomic (3)
- # defnpodcast (9)
- # dirac (14)
- # emacs (18)
- # events (1)
- # funcool (2)
- # garden (2)
- # hoplon (48)
- # leiningen (6)
- # numerical-computing (1)
- # off-topic (8)
- # om (61)
- # onyx (22)
- # proton (14)
- # re-frame (50)
- # reagent (2)
- # uncomplicate (1)
- # untangled (41)
- # vim (5)
- # yada (5)
Is there a way to connect to the dirac repl from the starting repl (e.g. the repl created by running lein repl
in the sample project)?
In the sample project running the command lein repl
sets everything up for connecting to nrepl (e.g. via Cursive)
But after all the dirac and nrepl setup is run the repl you end up with is the lein repl, not the dirac repl
So to run the dirac repl outside of the dirac chrome extension I need to connect to it from another location.
ok, now I understand. lein repl
should be normal clojure repl connected to the nrepl server
Ah I tried that before without success, it was probably my setup, thanks!
that's from the repl you get from running lein repl
in the sample project correct?
thanks again for pointing me in the correct direction.