This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2015-06-10
Channels
- # admin-announcements (50)
- # beginners (4)
- # boot (31)
- # cider (25)
- # clojure (120)
- # clojure-brasil (1)
- # clojure-germany (2)
- # clojure-india (9)
- # clojure-italy (6)
- # clojure-japan (104)
- # clojure-nl (13)
- # clojure-norway (1)
- # clojure-russia (6)
- # clojure-sg (23)
- # clojure-spain (37)
- # clojure-turkiye (2)
- # clojurescript (115)
- # core-matrix (1)
- # datomic (63)
- # editors (32)
- # euroclojure (56)
- # events (6)
- # ldnclj (71)
- # off-topic (27)
- # onyx (7)
- # overtone (2)
- # reading-clojure (16)
- # reagent (5)
- # slack-help (10)
@bozhidar: You talked about cljs repl support for Cider was tricky due to recent clojurescript changes. Why is that the case since it works so well in inf-clojure?
so we had implemented a hack relying on loading dummy files in the repl, instead of using eval
e.g. eldoc is not enabled in inf-clojure
, because evaluating all the time the necessary code is super slow there for some reason
inf-clojure
exists mostly as a simpler tool, for people who don’t need all the power (and complexity) that comes with cider
@bozhidar: ok, I’ve been very happy with using cljs+inf-clojure but I still prefer Cider for ordinary Clojure development
The issues (https://github.com/clojure-emacs/cider/issues?page=2&q=is%3Aissue+is%3Aopen) and the readme would be my suggestions
and this was the issue I referred to on the podcast https://github.com/clojure-emacs/cider/issues/1088