White House urges developers to dump C and C++::Biden administration calls for developers to embrace memory-safe programing languages and move away from those that cause buffer overflows and other memory access vulnerabilities.

  • @lolcatnip@reddthat.com
    link
    fedilink
    English
    1
    edit-2
    4 months ago

    I’ll say it. C is a bad language. There was a time when it needed needed to exist and using it was a smart choice, but it has outlived its usefulness for anything but legacy code and niche use cases like FFI. It’s in essentially the same category as Cobol.

    • @mariusafa
      link
      English
      1
      edit-2
      4 months ago

      The bad language that all successor languages copied?

      Edit: spell.

        • @mariusafa
          link
          English
          24 months ago

          Fuck I meant successor

      • @lolcatnip@reddthat.com
        link
        fedilink
        English
        1
        edit-2
        4 months ago

        It wasn’t bad at the time relative to what else was around.

        And I don’t even know what you’re getting at by saying “all” successor languages copied it. Are you referring to how many languages use curly braces as block delimiters? Because that’s not what’s wrong with C.