This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-05-05
Channels
- # aws-lambda (1)
- # beginners (294)
- # boot (35)
- # cider (19)
- # cljs-dev (39)
- # cljsrn (7)
- # clojars (48)
- # clojure (266)
- # clojure-android (1)
- # clojure-brasil (1)
- # clojure-france (2)
- # clojure-greece (5)
- # clojure-italy (7)
- # clojure-mexico (1)
- # clojure-russia (24)
- # clojure-spec (10)
- # clojure-uk (31)
- # clojurescript (134)
- # consulting (7)
- # cursive (69)
- # datomic (20)
- # emacs (57)
- # events (2)
- # figwheel (2)
- # hoplon (1)
- # jobs-discuss (19)
- # luminus (33)
- # lumo (18)
- # mount (1)
- # off-topic (32)
- # om (5)
- # onyx (27)
- # pedestal (15)
- # re-frame (12)
- # reagent (28)
- # rum (2)
- # schema (2)
- # spacemacs (9)
- # unrepl (2)
- # untangled (7)
- # vim (5)
- # yada (4)
can somebody tell me how cider-format-edn-buffer
works? it uses Clojure’s native function right?
So here’s my problem… We’re using latest Clojurescript, but on the back-end we’re still using 1.8. So if Clojurescript generates a map with a new fully-qualified map syntax and I try to cider-format-edn that - it fails
my guess because it uses Clojure and the version I have is 1.8 (the one that doesn’t understand new map format).
benny: Check out aggressive-indent-mode
: https://github.com/Malabarba/aggressive-indent-mode
Performance can be poor for large, deeply-nested forms, but in most cases it’s fine
sweet, thanks @U2J7JRTDX
I find that it works quite well in practice (and not only for ). As I mentioned, performance is a real problem w/ large, deeply-nested forms. This is exacerbated by the fact that is slow on Mac (vs. Linux).