• olenko@feddit.nl
    link
    fedilink
    English
    arrow-up
    11
    arrow-down
    2
    ·
    6 days ago

    This is a very bad chart:

    • I don’t understand what Toy Lang, Nu Lang or even System Lang mean
    • How are C and Assembly obsolete?
    • How is C++ more obsolete than D or Go?
    • PHP still powers a large portion of the internet, certainly not a “Toy Lang”
    • Why is ECMAScript here and not JavaScript?

    Downvoting.

    • mkwt@lemmy.world
      link
      fedilink
      arrow-up
      6
      ·
      6 days ago

      This chart is easier to understand if you make the following substitutions:

      • Toy Lang --> high level language (except brainfuck really is a low level toy language)
      • System Lang --> low level language
      • Obsolete Lang --> old programming language, regardless of obsolescence status
      • Nu Lang --> newer programming language

      After understanding this construction, I fail to find any humor in this.

      Why is ECMAScript here and not JavaScript?

      Among other things, “JavaScript” is a trademark of Oracle.

      • olenko@feddit.nl
        link
        fedilink
        arrow-up
        1
        ·
        5 days ago

        I fail to find any humour in this. I think the humour are the labels (Toy, System, Nu, Obsolete), which are however incorrect and misleading.

        Among other things, “JavaScript” is a trademark of Oracle.

        Does this prevent it from being used in memes?

  • Scoopta@programming.dev
    link
    fedilink
    arrow-up
    112
    ·
    edit-2
    8 days ago

    Assembly being obsolete has to be the funniest joke in here. It fundamentally never will be even if its use is niche

  • ozymandias117@lemmy.world
    link
    fedilink
    English
    arrow-up
    86
    ·
    8 days ago

    How are you defining “Obsolete” vs “Nu”?

    e.g. Brainfuck from 1993 is all the way to Nu, while D (2001) and Rust (2012) are less “Nu”?

  • KazuchijouNo@lemy.lol
    link
    fedilink
    English
    arrow-up
    64
    ·
    edit-2
    8 days ago

    AKA: How to annoy a bunch of computer nerds very quickly…

    Make one for Linux distros next!!!

          • Quetzalcutlass@lemmy.world
            link
            fedilink
            English
            arrow-up
            9
            ·
            8 days ago

            Precisely. Getting people upset is the foremost technique to farm engagement on social media. Sites such as Facebook even deliberately altered their algorithms to show content that will anger readers because it works so well to keep them invested.

            Engagement bait is omnipresent and really obvious once you learn to spot it - even something as innocuous as one or two “accidental” typos in a meme to get people into the comments section.

  • moomoomoo309@programming.dev
    link
    fedilink
    English
    arrow-up
    47
    ·
    8 days ago

    Yeah, the axes on this are weird, why would the opposite of a systems language be a toy language? And why is Lua, a very popular and commonly used language in tons of stuff, a “toy”? And Lua is a nu Lang? It’s older than Java, maybe it just feels newer because each release isn’t necessarily backwards compatible?

      • jkercher@programming.dev
        link
        fedilink
        English
        arrow-up
        1
        ·
        edit-2
        7 days ago

        I think the order of Java and Python makes perfect sense. The OOP C++ -> Java pipeline was massive in the early 2000s when python wasn’t really on the radar. The world has been slowly moving away from that, and Python is one of the most popular languages right now.

  • rooroo@feddit.org
    link
    fedilink
    English
    arrow-up
    43
    arrow-down
    2
    ·
    edit-2
    8 days ago

    It wouldn’t be a good compass if nobody had strong issues with it:

    1. System vs Toy is not opposed to each other. Should have been system vs abstract or useful vs toy or whatever
    2. Where LISP? Best language missing makes graph bad

    Edit: before people tell me there’s already ‘obsolete’ on the graph, no, there’s loads of obsolete languages that are still useful, and many more new languages that are either built for fun or not used for sad or good reasons.

    Edit2: I’m also halfway sure that brainfuck is older than rust (but don’t wanna look it up). But if that’s true your axis mean several things at once anyway and you should feel bad (not really though).

      • expr@programming.dev
        link
        fedilink
        arrow-up
        6
        ·
        edit-2
        8 days ago

        Haskell’s also not there. I was ready to criticize any quadrant it was put in heh. But that’s probably mostly because the axes are kinda bad.

  • cmnybo@discuss.tchncs.de
    link
    fedilink
    English
    arrow-up
    39
    ·
    8 days ago

    If everything written in those “obsolete” languages suddenly disappeared, the whole world would go dark.

    • Adalast@lemmy.world
      link
      fedilink
      arrow-up
      12
      arrow-down
      8
      ·
      8 days ago

      That doesn’t stop them from being obsolete, it just means that people who have the “if it ain’t broke, don’t fix it” mentality can get fucked.

    • CanadaPlus@lemmy.sdf.org
      link
      fedilink
      arrow-up
      9
      arrow-down
      7
      ·
      7 days ago

      C is more obsolete than Rust. Coding directly in assembly is rare. Beyond that it’s more subjective.

      • Avicenna@lemmy.world
        link
        fedilink
        arrow-up
        21
        ·
        edit-2
        7 days ago

        The C which is an integral part of every linux kernel on every computer and server running linux as the OS and all the embedded systems everywhere and almost all the performance critical parts of python libraries?

        I won’t have much to say about assembly since don’t use it but far as I know low level parts of OS such as bootloader likely still uses assembly not to also mention embedded systems.

        As long as both of these exist in embedded systems, it is just statistically weird to call it obsolete even in regards to other languages.

        For instance data scientists majorly use python, but python critically depends on C and devices they use critically depend on C and assembly. Can you then really say what they do does not depend on C and assembly and python is more widely used?

        • sunbeam60@lemmy.ml
          link
          fedilink
          arrow-up
          2
          arrow-down
          1
          ·
          edit-2
          7 days ago

          Many games are still hand optimised in assembly, at least the inner loops.

          • Blackmist@feddit.uk
            link
            fedilink
            English
            arrow-up
            3
            ·
            7 days ago

            Compilers are pretty damn good at doing that by now.

            I can believe there’s some direct assembly usage down in the depths of Unity and Unreal engines, but the average game dev is probably not going to touch it.

            • sunbeam60@lemmy.ml
              link
              fedilink
              arrow-up
              2
              ·
              7 days ago

              I’d agree that the average game dev is on Unity or unreal and won’t be hand optimizing any inner loops.

              But there are a surprising amount of studios still on their own tech and there the low-level engineers definitely do (I’ve worked in the industry and have seen it first hand - and done it myself).

              It also tends to be at the start of a console’s life span before the compiler and linker is mature up against the hardware.

        • CanadaPlus@lemmy.sdf.org
          link
          fedilink
          arrow-up
          5
          arrow-down
          6
          ·
          7 days ago

          So, the Linux kernel is already partially moved over to Rust. It’s probably in the Python ecosystem too, although I can’t actually say.

          More obsolete was a deliberate word choice. Hell, even COBOL is still used.

          • Avicenna@lemmy.world
            link
            fedilink
            arrow-up
            6
            ·
            7 days ago

            yea but Rust is not above %80 of the languages in the chart. It is not just a matter of C being more obsolete than Rust it is more like C being one of the most obsolete in the chart. Can’t call it that until it is replaced %80 by something else in systems that exists world-wide and everywhere.

            • CanadaPlus@lemmy.sdf.org
              link
              fedilink
              arrow-up
              3
              arrow-down
              1
              ·
              7 days ago

              I’d actually use some kind of projected future to define obsoleteness. Like, fossil fuels are obsolete relative to renewables, because there’s going to be more going forwards even though there’s more fossil fuels right now.

              Athough, I have no idea if Mojo or Nim are going anywhere, and Brainfuck isn’t. Maybe there’s a dimension of novelty that’s also flattened into that axis.