kibit is a static analysis tool for Clojure/ClojureScript that detects code patterns that can be rewritten more idiomatically. Based on core.logic, it suggests replacements—like using when instead of if for single-branch logic. It integrates via the command line or Leiningen plugin, enhancing code quality and readability.
Features
- Pattern-driven suggestions for idiomatic code
- Based on core.logic for flexible matching
- Supports Clojure and ClojureScript sources
- Offers CLI and Leiningen plugin
- Promotes idiomatic practices and code health
- Eclipse Public License–licensed
