This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-04-07
Channels
- # beginners (41)
- # boot (38)
- # cider (17)
- # cljs-dev (52)
- # cljsjs (3)
- # clojure (200)
- # clojure-italy (8)
- # clojure-russia (50)
- # clojure-spec (28)
- # clojure-uk (45)
- # clojurescript (28)
- # core-async (9)
- # core-matrix (2)
- # cursive (16)
- # datascript (15)
- # datomic (50)
- # dirac (5)
- # emacs (20)
- # figwheel (8)
- # flambo (2)
- # hoplon (10)
- # incanter (1)
- # jobs (1)
- # leiningen (2)
- # lumo (26)
- # mount (171)
- # off-topic (22)
- # om (54)
- # onyx (2)
- # pedestal (27)
- # re-frame (10)
- # reagent (12)
- # ring (27)
- # ring-swagger (3)
- # rum (2)
- # slack-help (1)
- # spacemacs (134)
- # specter (6)
- # sql (15)
- # testing (20)
- # uncomplicate (5)
- # unrepl (49)
- # untangled (9)
- # yada (29)
@xiongtx you can try https://github.com/clojure-emacs/squiggly-clojure , and then play with the eastwood settings (like https://github.com/jonase/eastwood#unused-namespaces or https://github.com/jonase/eastwood#unused-private-vars )
I haven't used squiggly-clojure in a while, it used to have a lot of issues when I was trying to use it, and all of the linters through a lot of spurious errors if you're using macro heavy code (like core.async)
and also...unused fns/vars is really difficult in clojure, since a macro could always use something without it being obvious in the code...or someone could just be using it by passing something in somewhere
if it's a private function or variable, it's easier since it reduces the scope...but still not easy
@ag doesn't look like joker currently supports much past what you're going to get by actually using cider and evaling the code? https://github.com/candid82/SublimeLinter-contrib-joker#reader-errors
might be wrong though, I've never heard of joker until now 🙂 , and also have no idea of how extensible it could be
With cider-jack-in-clojurescript
is it possible to pass different lein params to the clj and cljs repls? I’d like to use different profiles