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.

  • hagelslager@feddit.nl
    link
    fedilink
    English
    arrow-up
    6
    ·
    4 months ago

    Such as? (Non-programmer here, so I don’t know the ins and outs of programming languages.)

    • ben@lemmy.zip
      link
      fedilink
      English
      arrow-up
      10
      ·
      4 months ago

      Zig and Rust come to mind, at least for replacements for low level languages.

    • lolcatnip@reddthat.com
      link
      fedilink
      English
      arrow-up
      1
      ·
      4 months ago

      Rust is the main one for the kind of code that’s typically written in C++. Most memory-safe languages make big compromises on performance, but Rust code tends to run about as fast as comparable C++ code.