this post was submitted on 04 Sep 2023
66 points (95.8% liked)

Programming

17025 readers
91 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 1 year ago* (last edited 1 year ago) (2 children)

The lists are quite similar with a slight reordering in the top 7 or 8. I guess both lists are a representative sample of developers… But there is one interesting difference:

IEEE: Python, Java, C++, C, JS, SQL, Go TIOBE: Python, C, C++, Java, C#, JS, VB (!), SQL

In IEEE, VB is way way down the list. Do IEEE members use VB less?

I’m always amazed that C still scores so high, but I’ve been told there is a lot of embedded work still going on.

[–] [email protected] 2 points 1 year ago

In IEEE, VB is way way down the list. Do IEEE members use VB less?

TIOBE measures social media chatter. Odds are there are far more people posting noise about VB just due to the low barrier of entry.

Also if I recall correctly VB is heavily used to customize Excel spreadsheets, which contributes to a larger potential userbase than any programming language.

[–] [email protected] 1 points 1 year ago

I'm still not totally convinced TIOBE can accurately determine if something is C or C++.