top | item 45356765

(no title)

roywashere | 5 months ago

Plus TIOBE had Perl enter the top 10 suddenly this year but I do not see any new developers. And Ada too! Where are all those Ada programmers?

discuss

order

pjmlp|5 months ago

zerr|5 months ago

It's more like people in golf suits agree on corruption schemes rather than actual devs making decisions.

WhereIsTheTruth|5 months ago

https://pkgstats.archlinux.de/packages?compare=ada,gcc,go,ja...

Ada seems pretty popular on Arch

This data is kinda worthless for popularity contests, since they may get picked up by aur packages, but this gives a solid insight into wich languages are foundational

I wish the same was available for other distros

You can do the same with docker images

    curl -s https://hub.docker.com/v2/repositories/library/python/ | jq -r ".pull_count"
    8244552364

    curl -s https://hub.docker.com/v2/repositories/library/golang/ | jq -r ".pull_count"
    2396145586

    curl -s https://hub.docker.com/v2/repositories/library/perl/ | jq -r ".pull_count"
    248786850

    curl -s https://hub.docker.com/v2/repositories/library/rust/ | jq -r ".pull_count"
    102699482


"Top Languages" doesn't mean "better" nor does it mean "best"

epcoa|5 months ago

That’s a C++ URL parser library, has nothing to do with the programming language.

maleldil|5 months ago

You want gcc-ada for the programming language.

kamaal|5 months ago

>>Perl enter the top 10 suddenly this year but I do not see any new developers.

Perl is almost as active as Javascript. And more useful than Python.

https://metacpan.org/recent

I write Perl to do all sorts of thing every week. Its strange its not in the top 5 list.

cies|5 months ago

You're joking right?