This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-05-14
Channels
- # architecture (5)
- # beginners (36)
- # boot (3)
- # cider (89)
- # clara (35)
- # cljsrn (6)
- # clojure (123)
- # clojure-dev (15)
- # clojure-italy (9)
- # clojure-nl (14)
- # clojure-spec (11)
- # clojure-uk (192)
- # clojurescript (27)
- # cursive (22)
- # data-science (1)
- # datascript (1)
- # datomic (31)
- # defnpodcast (1)
- # duct (1)
- # emacs (9)
- # fulcro (2)
- # graphql (16)
- # jobs-discuss (10)
- # juxt (1)
- # keechma (7)
- # mount (4)
- # off-topic (83)
- # onyx (8)
- # pedestal (5)
- # portkey (1)
- # re-frame (44)
- # reagent (29)
- # reitit (4)
- # remote-jobs (1)
- # ring-swagger (1)
- # rum (24)
- # shadow-cljs (1)
- # spacemacs (30)
- # tools-deps (6)
- # vim (23)
^ Achieved it with: (advice-add 'cider-new-error-buffer :after (lambda (&rest _) (cider-interactive-eval "(prn *e)")))
Funnily, this printed *e is clickable, i.e. I can click a line and I'll jump to it. Awesome I don't get the same behavior when evaluating *e manually
Hmm, can’t imagine how this is happening. File a ticket, so we’d look into this. Likely some extra processing happens with interactive eval.
is there anything in emacs that can do arity check for clojure code? i heard cursive can do it, but couldn't find anything for emacs:disappointed:
@blance https://github.com/jonase/eastwood eastwood can do this, which you can set up with https://github.com/clojure-emacs/squiggly-clojure
I've had...hit or miss luck with eastwood / squiggly-clojure though, as a warning
might work for you depending on your project