CrossClj: cross-referencing the clojure ecosystem
From the webpage:
CrossClj is a tool to explore the interconnected Clojure universe. As an example, you can find all the usages of the reduce function across all projects, or find all the functions called map. Or you can list all the projects using ring. You can also walk the source code across different projects.
Interesting search interface. You could lose some serious time just reading the project names. 😉
Makes me curious about the potential of listing functions and treating other functions/operators in their scope as facets?
Enjoy!