## What's your Cohost Link? [noahtheduke](https://cohost.org/noahtheduke) ## What's the thing? What: A Clojure linter focused on style and code shape. Why: Cuz the existing linters aren't good in the ways I want! `clj-kondo` is fast and comprehensive, but it's really hard to extend and the hooks api is annoying. Really hard to write expressive checks. `eastwood` is incredibly slow and almost everything it checks is already checked by clj-kondo. `kibit` is even slower and limited, abandoned by its previous maintainers. Who is it for: Clojure developers who want to use idiomatic language features, who want to get reasonable suggestions about how to fix their "incorrect" code, and who want to write normal Clojure code in their custom lint rules. ## Link the thing! https://github.com/NoahTheDuke/splint ## Anything else? I've been working on this project for 1.5 years, with somewhat steady releases for the last year. I use it daily and benefit greatly from it. I hope others can too.