protorepl

rgdelato 2018-03-06T00:00:54.000326Z

I've only used linter-joker as my Clojure linter. Anyone else?

seancorfield 2018-03-06T00:01:48.000255Z

Another Joker user here. Haven't looked at linter-clojure...

mattly 2018-03-06T00:04:36.000088Z

joker seems to have trouble with macros for me

mattly 2018-03-06T00:04:45.000377Z

that was a while ago though, I’ll take another look

justinlee 2018-03-06T00:05:17.000373Z

you do have to tell it about macros

seancorfield 2018-03-06T00:06:25.000191Z

Yeah, that is a disadvantage. I've built up quite a long .joker config file 🙂

seancorfield 2018-03-06T00:07:21.000305Z

How is linter-clojure by comparison? It's hard to get any sense of what it does from the repo...

mattly 2018-03-06T00:07:55.000311Z

I can’t get it to deal with any failures

mattly 2018-03-06T00:08:01.000224Z

it doesn’t seem to actually work

mattly 2018-03-06T00:10:29.000137Z

oh right, joker doesn’t deal well with symbols introduced via :refer

seancorfield 2018-03-06T01:57:10.000125Z

I don't use :refer much (partly because of that and partly because I just find it makes code opaque). I only use it for introducing names that look weird with a prefix.