This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-04-15
Channels
- # announcements (10)
- # beginners (113)
- # calva (2)
- # cider (75)
- # clj-kondo (1)
- # cljdoc (2)
- # clojure (142)
- # clojure-europe (11)
- # clojure-gamedev (6)
- # clojure-italy (7)
- # clojure-nl (8)
- # clojure-spec (3)
- # clojure-uk (50)
- # clojurescript (47)
- # cursive (7)
- # data-science (22)
- # datomic (12)
- # dirac (3)
- # events (1)
- # fulcro (114)
- # gorilla (1)
- # jackdaw (5)
- # joker (3)
- # kaocha (10)
- # leiningen (1)
- # liberator (2)
- # mount (6)
- # nrepl (1)
- # off-topic (16)
- # pathom (34)
- # pedestal (3)
- # re-frame (19)
- # reagent (11)
- # remote-jobs (5)
- # shadow-cljs (127)
- # spacemacs (12)
- # test-check (15)
- # tools-deps (8)
- # vim (4)
Why breakpoint does nothing? https://gyazo.com/3f532946050fb9528b6aa2a6d7240790.png
I think my-vector is bound before the breakpoint is attached. Try (defn my-vector [] ...)
and (println (my-vector))
How mature is deps.edn with the latest Cursive version? I have IntelliJ IDEA Ultimate 2019.1 and Cursive 1.8.1-2019.1? Do you recommend using deps.edn with Cursive instead of Leiningen?
totally, I use deps in every project I can, works great on latest Cursive versions
Ok. Thanks for the info. Maybe I also start using deps.edn instead of Leiningen.
@kari.marttila I'm on an older version of intellij community, and I've been using deps.edn for a while and loving it.