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.

  • JakeroxsEnglish
    arrow-up
    1
    arrow-down
    0
    ·
    8 months ago
    link
    fedilink

    But it also doesn’t have memory leaks lol

    • sunbeam60English
      arrow-up
      2
      arrow-down
      0
      ·
      8 months ago
      link
      fedilink

      Definitely. I’ve worked professionally in both. They both have a time and place. I’d be fine with moving all the low level stuff to Rust, but transitions don’t happen by decree so C/C++ will be around for the next 100 years too.

      • JakeroxsEnglish
        arrow-up
        1
        arrow-down
        0
        ·
        8 months ago
        link
        fedilink

        True that, I’m only at the beginning of my programming journey, so I have a very rough understanding of the differences, pros/cons, and best use cases for various languages.