This is a tool for generating dependency graphs of functions used by 
functions. It goes through the source of functions and resolves any symbols 
in external namespaces, collecting a graph of which functions use which 
other functions. The result is a dotviz file to be layed-out and analyzed 
in a suitable program like Gephi. This allows you to see the in-degree, 
out-degree, betweenness-centrality and whatnot of your functions.

lein-clique <https://github.com/Hendekagon/lein-clique>

I haven't published a jar to any repo yet so you'll have to clone it & lein 
install.
Apologies if this is duplicate work, but I couldn't find a lib that did 
this so I wrote it. Also apologies for the code as I am new to Clojure.

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to