Search code examples
packagelanguage-comparisons

Which programming languages have the most publicly available libraries?


I had assumed that there would be an easy to find list of programming languages sorted by the number of libraries that they have. I have been able to find no such thing. Is there any way to find or make such a list? Specifically, what would be the top 5? I understand that this would require defining what is and isn't a library, but I was shocked to see that I couldn't find even as much as an attempt at such a list.


Solution

  • Check the Website http://www.modulecounts.com/

    The top three are:

    1. JavaScript
    2. Java
    3. Python

    Please Note - Having more libraries Does not mean it's better.

    It strongly depends on the use.