The Top Programming Languages 2023
The Top Programming Languages 2023

The Top Programming Languages 2023

The Top Programming Languages 2023
The Top Programming Languages 2023
I'm not a programmer, but why is Java so high up? Are that many devices still running it?
Java is #1 in enterprise. Pretty solid.
It's fairly ingrained in the programming world now. A lot of common problems are known and solved. A lot of devs can code in Java with little uptake. Java runs everywhere. The tools are pretty good.
Desktop apps and servers run it. So like, processing things and all that run well with it.
As mentioned before, Android uses it too. So there's a lot going on.
I think it's a mix of three things.
Clarification:
Very few android jobs are Java anymore. Native android is almost exclusively Kotlin, barring legacy code.
This is because Kotlin has nearly full interop with Java code and integrates into Gradle well. You can just swap over to Kotlin dev with a small investment of a few weeks learning curve, then program faster and cleaner than Java.
Android is currently on Java 17 for what it's worth, though very few codebases have gone through the process of upgrading to 17/Kotlin 1.9/Gradle 8.1
Java is the only programming language to get popular as a result of marketing.
I don't think this is true. Java is an outstanding tech stack and was revolutionary in a lot of ways, to the point that it motivated others to shamelessly clone it and in the process create other outstanding tech stacks. See C#.
For starters, Java solved the deployment problem way before containerization was a thing. Developers could simply put together a fat JAR, drop it in a web server like Tomcat, and it would simply reload without a hiccup.
Java is also very tooling-friendly, and has a solid versioning policy.
Just as an example, I worked as a contractor with the biggest bank in Latin America before and basically all their server code is Java (with new code in Kotlin nowadays).
A lot of commercial apps are built with it. And if you're not using Kotlin, you're probably using Java for Android dev.
And if you’re not using Kotlin, you’re probably using Java for Android dev.
Java is the dominant platform for web services, and some companies including FANGs even standardized their whole infrastructure around it.
Also, Java is basically the default programming language in some degrees.
Do they still have the "billions of devices running java" banner when installing the jre? They could be including Android, as it mostly uses Java.
Above 0.33:
Spectrum
- Python
- Java
- C++
- C
- JavaScript
- C#
- SQL
Jobs
- SQL
- Python
- Java
- JavaScript
- C++
Trending
- Python
- Java
- JavaScript
- C++
- SQL
- C#
- C
Python king. Deserved?
Java, JavaScript, Python and SQL and you'll be pretty safe for some of the years to come.
I am rooting for Mojo.
Depends on the use case.
I wrote a webserver in python the last three years and am now changing to java for a new position, and it feels like programming with training wheels.
But then again i did some data science with python and could not have imagined doing it with java.
Not really deserved. Mostly luck
I find it amazing that rust is still so far down. Is there something about the language or the community holding it back from gaining spots? Or is it just that other languages are so established, that writing the things that already exist in them just keeps its usercount high?
Who's going to tell them that SQL is not a programming language.
Yea I'm mostly poking fun. You don't even need script embedding for Turing Completeness. But I don't consider DSLs as general purpose languages, as by definition they are not intended to be used that way.
Keep in mind that this is for « typical IEEE members », which I am pretty sure is not a great representative sample of programmers in general.
How many of you programmers out there are IEEE members?
It's still way better than counting references in YouTube and twitter, and weirdly enough TIOBE's results are in line with this poll.
https://www.tiobe.com/tiobe-index/
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.
I am one… but I’m the only one I know at my company and socially.