[erlang-questions] A website to show popular erlang modules

51 views
Skip to first unread message

Bin Wang

unread,
Jul 14, 2014, 8:27:21 PM7/14/14
to erlang-questions
Hi,

I've wrote this website some months ago. I will be happy if you find it helpful.

http://erlang-modules.binwang.me/

It will fetch popular Erlang projects on Github and see how many other
Erlang projects are depended on it. Details could be found here:
http://www.binwang.me/2013-11-16-Fetch-Popular-Erlang-Modules-by-Coffee-Script.html

---

Bin Wang
_______________________________________________
erlang-questions mailing list
erlang-q...@erlang.org
http://erlang.org/mailman/listinfo/erlang-questions

DAO CUONG

unread,
Jul 15, 2014, 1:04:19 AM7/15/14
to Bin Wang, erlang-questions
Thanks Bin i like it

Fisher

unread,
Jul 15, 2014, 6:11:36 AM7/15/14
to Bin Wang, Erlang
It's helpful!

Sina Samavati

unread,
Jul 17, 2014, 9:29:01 AM7/17/14
to Bin Wang, erlang-questions
That's cool, nice job!

I was thinking of something similar, but with the consideration of the possibility to write reviews, search, and rank. Because, sometimes there are still questions like "which one to use between this and that?" and/or "which one you prefer and why?"
I suppose such features will probably make the community happier.

Thanks,
Sina

Loïc Hoguin

unread,
Jul 17, 2014, 9:33:59 AM7/17/14
to Bin Wang, erlang-questions
Two things could make it better.

Have 2 numbers: direct dependencies (what you have now) and total
dependencies (including deps of deps of deps...).

Have a togglable list of the projects that use it, with a link to the
github.

Food for thoughts.

--
Loïc Hoguin
http://ninenines.eu

Fredrik Andersson

unread,
Jul 17, 2014, 4:58:57 PM7/17/14
to Sina Samavati, erlang-questions
Really cool stuff.

How did you find the projects that you analyze? Seems to me that there should be bigger numbers all around.

Also I would recommend that you change the wordings to Erlang Applications instead of modules as modules is something else in the Erlang lingo.

Great effort!

ll...@writersglen.com

unread,
Jul 17, 2014, 7:34:23 PM7/17/14
to Bin Wang, erlang-questions

Hi Bin,

 

Your site is a valuable contribution to Erlang documentation. Much appreciate your hard work. 

 

In a dream world I imagine a link to a noobie-proof tutorial accompanying every listing--- why  and when one would consider using the application and how to use it. Some kind of constructive community rating would be great as well.  Nevertheless, this is a fine step forward. As they say in Mexico paso a paso.

 

All the best,

 

Lloyd

Bin Wang

unread,
Jul 17, 2014, 9:44:41 PM7/17/14
to ll...@writersglen.com, erlang-questions
Hi, all

The Erlang projects I'm analyzing is all come from Github. I get the
top 1000 stared Erlang projects from the Github's API. (I can only get
1000). Then analyze rebar.config to find the dependencies. So the
result is all done by machine.

So it's not as complex as a forum. If you are more interested in a
forum that could review, comment and vote , I may write a new project
based on it.

If Erlang has a package manager such as gem or npm, things could be
done much easier.

---
Bin Wang
Reply all
Reply to author
Forward
0 new messages