Sorry for a "my google skills suck" question...
I'm writing a utility that calculates trends for a project to see if we meet coding standards and if we improve over time. As a learning experience I'd like to add support for Clojure. But before I invent any wheels, are there any existing libraries that can answers questions like:
- what namespaces do the file depend on
- number of lines used in a function
- number of function calls in function
or do I have to write it myself?