Congrats on the release.

Ambrose

On Sun, Nov 11, 2012 at 11:08 PM, Jonas <jonas.enl...@gmail.com> wrote:

> Hi
>
> Today I released version 0.0.6 of Kibit[1].
>
> Kibit is a simple code analysis tool. The purpose of the tool is to tell
> its users that "Hey, There's already a function for that!". Kibit uses
> core.logic[2]  to search for patterns of code
> which can be simplified. For example, if the analyzer finds `(apply concat
> (apply map ...)` It will notify its user about the availability of `mapcat`.
>
> For this release I have split the leiningen plugin part of kibit of into
> it’s own project (lein-kibit[3]). This was done in order for kibit to be
> able to read tagged literals (using the Clojure 1.5
> `*default-data-reader-fn*` var).
>
> This release also includes several new rules contributed by the community
> -- Many thanks!
>
> I hope you enjoy Kibit
>
> Jonas
>
> [1] https://github.com/jonase/kibit
> [2] https://github.com/clojure/core.logic
> [3] https://github.com/jonase/lein-kibit
>
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with
> your first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to