Python is still the most popular coding language, but challengers are gaining ground (www.techspot.com)
from BrikoX@lemmy.zip to programming@programming.dev on 17 Oct 00:23
https://lemmy.zip/post/24633400

The latest update to the TIOBE Index reveals notable shifts in the world of software development. While traditional programming languages remain popular, many developers are seeking out technologies that can make sense of the vast amounts of modern digital data. Legacy languages like C, COBOL, Fortran, and Assembly still have their place, but they no longer take center stage.

#programming

threaded - newest

kata1yst@sh.itjust.works on 17 Oct 00:51 next collapse

I really wonder about their methodology. JavaScript/Typescript is nearly ubiquitous in webdev, and has been making strides in the backend space for almost a decade now. No matter how you feel about it (yeah it’s terrible, I’ve been press-ganged into it this year) it’s a real force in the marketplace.

It’s super surprising to me it’s still behind C and C++.

Voytrekk@lemmy.world on 17 Oct 01:02 next collapse

Everyone that does frontend works with JS/TS and it’s becoming popular on the backend as well. Definitely the most popular language IMO.

nous@programming.dev on 17 Oct 08:10 collapse

*in the web dev domain.

Which also has a very disproportionate representation on the web - for obvious reasons. And it is very easy to get stuck in the mentatilty that all you see if the domain you are in so you over estimate how large it is compaired to other domains. But lets not forget general application development, old large scale enterprise, embedded systems, game dev, machine learning and many more spaces where JS/TS are barely used at all.

umt@lemmynsfw.com on 17 Oct 01:06 next collapse

The fact that the scratch language is in the top 20 should tell you how seriously you should take this metric. TIOBE measures the number of search hits mentioning the language. So a language that is popular with learners, or that has poor documentation and thus requires a lot of third party documentation, or that it is profitable to run ads next to will all be inflated.

umt@lemmynsfw.com on 17 Oct 01:11 collapse

I personally think the advertising bump is why matlab is on there. Matlab programmers are the kind of dingleberries that love to pay for something that everyone else uses a foss alternative for.

embed_me@programming.dev on 17 Oct 04:44 collapse

Lol I love the unfiltered shade

Paradox@lemdro.id on 17 Oct 02:17 next collapse

Not only that, but with toolchains like deno, it’s almost enjoyable

I wrote some telegram bots in deno and it’s got one of the cleanest deploy chains around, just compile to an executable for the target architecture, and SCP it over. Exec is statically linked, and so it just works

a1studmuffin@aussie.zone on 17 Oct 07:56 next collapse

C/C++ still has a huge place in firmware, microcontrollers, operating systems, drivers, application development, video games, real-time systems and so on. It’s a totally different space of programming to webdev, which might explain the surprise.

0x0@programming.dev on 17 Oct 09:05 next collapse

No! C is legacy! No one uses it anymore! It’s too hard!

/s

kata1yst@sh.itjust.works on 17 Oct 17:08 collapse

I’m not really a webdev, more backend or full stack at this point. I do know about C & C++ strong presence in firmware, OS, HPC, video gaming, and elsewhere.

But by the numbers there’s a lot more webdevs than any other kind out there, and that doesn’t even touch on NodeJS leaking into backend and elsewhere.

bestboyfriendintheworld@sh.itjust.works on 17 Oct 17:48 collapse

A lot of the software that makes JavaScript web development possible is C or C++, like web servers, databases, operating systems, network devices.

[deleted] on 17 Oct 23:46 collapse
.
thingsiplay@beehaw.org on 17 Oct 02:39 next collapse

I can’t take www.tiobe.com/tiobe-index/ seriously: Visual Basic on place 7 of most popular programming languages right after JavaScript? More popular than Go, Rust, PHP and SQL? Haskell is more popular than TypeScript (scroll down to see other places)? TIOBE isn’t a good metric, as they only check a few websites and a few engineers:

The ratings are based on the number of skilled engineers world-wide, courses and third party vendors. Popular web sites Google, Amazon, Wikipedia, Bing and more than 20 others are used to calculate the ratings.

Scrath@lemmy.dbzer0.com on 17 Oct 08:11 next collapse

Does SQL count as a programming language?

I know that you can write DB hooks and stuff but in my mind it still doesn’t register as programming

funtrek@discuss.tchncs.de on 17 Oct 08:19 next collapse

Well …

github.com/nuno-faria/tetris-sql

Scrath@lemmy.dbzer0.com on 17 Oct 08:39 collapse

Huh. Nice

thingsiplay@beehaw.org on 17 Oct 12:26 collapse

According to TIOBE (note can be found if you scroll down a bit):

The programming language SQL was added to the TIOBE index in 2018 after somebody pointed out that SQL is Turing Complete. So although this language is very old, it has only a short history in the index.

daniskarma@lemmy.dbzer0.com on 17 Oct 11:25 collapse

If they count VBa as Visual Basic is not surprise.

You’ll be amazed on the amount of development that’s being made over MOffice in not technology companies.

thingsiplay@beehaw.org on 17 Oct 12:25 collapse

I read further and there is some clarification if you scroll down to “Very Long Term History”. Visual Basic and (Visual) Basic are two entries, where Visual Basic refers to “Visual Basic .NET” since 2014. And (Visual) Basic from the 90s to 2014 is a collection of all Basic dialects, which includes Visual Basic .NET. Color me impressed how to confuse people.

There is a difference between “Visual Basic” and “(Visual) Basic” in the table above. Until 2010, “(Visual) Basic” referred to all possible dialects of Basic, including Visual Basic. After some discussion, it has been decided to split “(Visual) Basic” into all its dialects such as Visual Basic .NET, Classic Visual Basic, PureBasic, and Small Basic, just to name a few. Since Visual Basic .NET has become the major implementation of Visual Basic, it is now called “Visual Basic”.

0x0@programming.dev on 17 Oct 09:00 next collapse

Legacy languages like C, COBOL, Fortran, and Assembly still have their place, but they no longer take center stage.

“Legacy” languages?

2nd: C++ 4th: C

Right…

A1kmm@lemmy.amxl.com on 17 Oct 09:54 collapse

TIOBE is meaningless - it is just search engine result numbers, which for many search engines are likely a wildly inaccurate estimate of how many results match in their index. Many of those matches will not be about the relevant language, and the numbers probably have very little correlation to who uses it (especially for languages that are single letter, include punctuation in the name, or are a common English word).