This is a very useful tool ! Love it !
On Tuesday, April 21, 2015 at 6:20:42 PM UTC+2, Andy Fingerhut wrote:
>
> Looks like a bug in kibit. I'd recommend filing an issue on Github:
>
> https://github.com/jonase/kibit/issues
>
> Andy
>
> On Tue, Apr 21, 2015 at 1:33 AM, Cesare > wrote:
>
>> Hi Da
Looks like a bug in kibit. I'd recommend filing an issue on Github:
https://github.com/jonase/kibit/issues
Andy
On Tue, Apr 21, 2015 at 1:33 AM, Cesare wrote:
> Hi Daniel,
> thanks a lot for this great plugin!
>
> I've just run it on a project but I don't get this:
>
> Consider using:
> :p
Hi Daniel,
thanks a lot for this great plugin!
I've just run it on a project but I don't get this:
Consider using:
:p
instead of:
(fn [s] [:p s])
I'd understand it if it was (fn [s] (:p s))
can you explain it?
Thanks again
On Monday, April 20, 2015 at 2:26:20 PM UTC+2, Daniel Compton wrot
I'm incredibly excited to announce that Kibit 0.1.2 has been released.
Kibit is a Leiningen plugin that inspects your code and suggests more
idiomatic ways of expression the same thing, e.g.
(+ 1 num) can be rewritten as (inc num)
The headlining features of this release are:
* Clojurescript/Cljx