That would be very interesting, especially at an aggregate level, to visualize clusters of Clojure sub-idioms (?) based on code people have publicly shared with their name attached. One way to get going with that quickly would be write some Clojure code to collect, index, and analyze the data in Elasticsearch so that you could use the various readymade visualization tools that come with Kibana for "dashboards". For one thing you could look at geographical patterns, to see if that's even a thing. :) And results over time, to see for example patterns of adoption. Do people still use refs and agents? Does anyone really use transducers? ;) I am curious to see the results if someone does this. It would be a good project short enough for a Clojure meetup probably, given some preparation.
On Tue, Oct 24, 2017 at 11:24 PM, Andy Marks <vampwil...@gmail.com> wrote: > It seems like everytime I watch another Clojure/Conj video or finish > another 4Clojure problem, I learn about another piece of the Clojure core > set of functions that I was unfamiliar with... which prompted the question: > > *What subset of the Clojure core API do I use? Which functions are my > favourites? Which have I never used?* > > Ideally, I would like to point a tool at my GitHub account, have it look > through all the Clojure code I've written and give me a histogram of my > usage of the clojure.core API. > > My question to you all is: does anyone know of a tool that provides some > of this functionality? > > > -- > 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/d/optout. > -- 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/d/optout.