This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-08-16
Channels
- # admin-announcements (2)
- # bangalore-clj (3)
- # beginners (15)
- # boot (303)
- # carry (18)
- # cider (7)
- # cljs-dev (222)
- # cljsrn (103)
- # clojure (196)
- # clojure-czech (2)
- # clojure-russia (69)
- # clojure-spec (21)
- # clojure-uk (48)
- # clojurescript (68)
- # cursive (18)
- # datomic (185)
- # events (1)
- # hoplon (2)
- # lambdaisland (1)
- # leiningen (1)
- # mount (10)
- # off-topic (1)
- # om (14)
- # onyx (154)
- # parinfer (1)
- # pedestal (3)
- # planck (5)
- # protorepl (9)
- # re-frame (17)
- # reagent (27)
- # ring (2)
- # specter (58)
- # test-check (1)
- # testing (7)
- # untangled (59)
- # yada (35)
Cursive 1.4.0-eap1 is out now. Read all about it here: https://cursive-ide.com/archive/2129.html
I’m interested in feedback on the new stubs functionality, still half baked but hopefully useful especially for you datomic folk.
Has anyone been able to do this https://github.com/bhauman/lein-figwheel/wiki/Running-figwheel-in-a-Cursive-Clojure-REPL without removing lein-figwheel? It would be nice to still be able to do lein figwheel
@rarous: Cool, thanks! How did you configure it to use the correct project.clj profiles (for example, dev
and figwheel
)?
@curlyfry: I have only figwheel-sidecar
dependency in :dev
profile, nothing special I’m aware of
Hrmm.. is there some way around “Cannot load ClojureScript form into Clojure REPL” ?
hrmmm but simply switching the repl type isn’t the answer it seems… thought that was too easy
@sandbags: If your file is cljc you can load the file in a Clojure REPL, otherwise you need to run a cljs repl.