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.

  • @[email protected]
    link
    fedilink
    12
    edit-2
    5 hours ago

    I can’t take https://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.

  • @[email protected]
    link
    fedilink
    19
    edit-2
    6 hours ago

    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++.

    • @umt
      link
      216 hours ago

      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
        link
        106 hours ago

        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.

    • Paradox
      link
      fedilink
      English
      45 hours ago

      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

    • Voytrekk
      link
      fedilink
      English
      16 hours ago

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