using clojure to visualize dependencies in clojure code
Phil Hofmann
TL;DR Use codegraph to visualize dependencies within a Clojure file. Codegraph applied to itself will for example generate this graph: Here is how it works. The other day I wished I had a visualization of the dependencies in a piece of ClojureScript code that over the course of the year has...