leiningen

technomancy 2026-01-22T22:28:58.707739Z

https://codeberg.org/technomancy/lein-unused-deps <- just published this

👀 1
🎉 2
technomancy 2026-01-23T17:59:05.770029Z

yeah. it will give you false positives if you do something wacky like calling clojure.core/require directly, but obviously you should just like ... not do that, if you want tools to work right, y'know? =)

technomancy 2026-01-23T17:59:28.376949Z

I mean, it parses the :requires out of the ns forms, so it assumes your code is well-behaved.

neumann 2026-01-23T04:39:11.132109Z

This is very cool! How does it go about it? Check all the requires?