<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, Sep 29, 2016 at 2:07 AM, Joe Armstrong <span dir="ltr"><<a href="mailto:erlang@gmail.com" target="_blank">erlang@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">- change the ordering (it's alphabetic) - I'd like a 'best of' (or<br>
essential functions first) - the minimal set you should know about<br></blockquote><div><br></div><div>I was thinking about this today.</div><div><br></div><div>Would it be useful to download Erlang projects from github<br></div><div>and compute frequency of use of each Erlang function across</div><div>all downloaded projects?</div><div><br></div><div>That would be one way to make a first pass of all modules ...</div><div><br></div><div>The UI could perhaps make two buckets per module: "frequently</div><div>used" and "other", and collapse the latter set to minimize the </div><div>visual space used.</div><div><br></div><div>It would take a while ...<br></div><div>







<p class="gmail-p1">$ curl -s <a href="https://api.github.com/search/repositories?q=language:erlang">https://api.github.com/search/repositories?q=language:erlang</a> \</p><p class="gmail-p1">> | grep total_count</p><p class="gmail-p1">









</p><p class="gmail-p1">  "total_count": 17538,</p><p class="gmail-p1">... maybe take a random sample or filter out dormant and really big projects.</p></div><div><br></div><div>Mark<br></div><div><br></div></div>-- <br><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><span style="font-size:12.8px">Blogging at <a href="http://markbucciarelli.com" target="_blank">markbucciarelli.com</a></span><br></div><div>Tweeting @mbucc</div></div></div></div></div>
</div></div>