NO

Author Topic: Top Programming languages 2023 Survey  (Read 259 times)

Offline John Z

  • Member
  • *
  • Posts: 660
Top Programming languages 2023 Survey
« on: September 07, 2023, 06:03:52 PM »
Here is the most recent programing language survey, always sure to start a discussion :)

https://spectrum.ieee.org/the-top-programming-languages-2023

Summary chart attached -

John Z
« Last Edit: September 25, 2023, 10:49:18 AM by John Z »

Offline KunJohn

  • Member
  • *
  • Posts: 3
Re: Top Programming languages 2023 Survey
« Reply #1 on: September 23, 2023, 02:19:15 PM »
And I've seen this comparison, a little different though largely similar. Python ranks first with 30.09%, followed by Java with 18.84%, then JavaScript with 8.1%, C# with 7.27%, PHP with 6.08% and C/C++ with 5.86%,

Offline Vortex

  • Member
  • *
  • Posts: 655
    • http://www.vortex.masmcode.com
Re: Top Programming languages 2023 Survey
« Reply #2 on: September 23, 2023, 09:13:22 PM »
While there is a big propaganda behind the popular scripting languages, the C language is not losing it's importance.
Code it... That's all...

Offline frankie

  • Global Moderator
  • Member
  • *****
  • Posts: 2026
Re: Top Programming languages 2023 Survey
« Reply #3 on: September 23, 2023, 10:43:55 PM »
That data should be related to the software products distribution.
The big explosion of web applications requires a large use of web programming languages, this leads to the grow of script languages, HTML, javascript, python, etc.
Similar reasons drive the grow of multiplatform languages/frameworks (Azure and similar).
Making 100% the whole, those new programming field apparently seems to occupy the 90%, but this is exactly the growth, more or less, of new applications. Conclusion the use of imperative strong languages, as C/C++, are the same.
Why? Because an OS, time critical programs, high efficiency computation, requires them, C/C++ and even FORTRAN sometimes.  ;)

Anyway the software/hardware development always follows the dog-tail law: when a more powerful hardware is created there always follow a new OS or language or user interface to make it slow!  ;D ;D ;D
It is better to be hated for what you are than to be loved for what you are not. - Andre Gide

Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2041
Re: Top Programming languages 2023 Survey
« Reply #4 on: September 25, 2023, 10:27:37 AM »
And how Python is build  ::)
With what language ?
There was Visual C++ for Python 2.7 package VCForPython27
« Last Edit: September 25, 2023, 10:37:39 AM by TimoVJL »
May the source be with you

Offline Vortex

  • Member
  • *
  • Posts: 655
    • http://www.vortex.masmcode.com
Re: Top Programming languages 2023 Survey
« Reply #5 on: September 26, 2023, 08:17:07 AM »
Hi Timo,

The WayBack Machine \ Internet archive is hosting a copy of the Visual C++ for Python 2.7 package.
Code it... That's all...

Offline Pelle

  • Administrator
  • Member
  • *****
  • Posts: 2246
    • http://www.smorgasbordet.com
Re: Top Programming languages 2023 Survey
« Reply #6 on: September 26, 2023, 06:46:47 PM »
As always, I guess it depends on how they collect the data.
Web developers will be active on the web, COBOL developers no so much...
/Pelle

Offline nsp

  • Member
  • *
  • Posts: 15
Re: Top Programming languages 2023 Survey
« Reply #7 on: Today at 05:42:36 AM »
As always, I guess it depends on how they collect the data.
Web developers will be active on the web, COBOL developers no so much...
As said FORTRAN or COBOL or ADA are not so active in popular github or sourceforge anyhow in some domain it remains the main language with no choice. This ranking is good for hobbyist or HR but for most professional developer do not have to be top notch usually being efficient with tons of code to maintain is enough. 
As a teacher told me long time ago implementation language is not so important if you understand algorithmic and can calculate complexity of your code (Just stay open minded to learn new language).   

Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2041
May the source be with you