Rust lobbyists winning

  • blobjim [he/him]@hexbear.net
    link
    fedilink
    English
    arrow-up
    18
    ·
    8 days ago

    It’s just the obvious thing. C and C++ don’t have safeguards against dangerous programming mistakes. Programming languages exist that do. There are to this day still software vulnerabilities being caused by subtly incorrect code that C and C++ require being treated as legitimate.

      • sexual_tomato@lemmy.dbzer0.com
        link
        fedilink
        English
        arrow-up
        7
        ·
        edit-2
        8 days ago

        The difference here is that it takes discipline and training to use only those parts of C++. That requires humans in the loop to enforce those decisions. Humans are fallible.

        If you make it impossible at the language level then there’s nothing to train. You just can’t do the thing unintentionally.

        And they didn’t specify Rust; the aerospace industry has been using Ada for decades when it comes to mission critical stuff. Ada’s compiler has long had a similar notoriety to rust’s regarding the difficulty curve.

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

          My guess would also be that most enterprises prefer Ada over Rust, because Rust lack standardisation. Sometimes you need to do unsafe things though and your billion dollar rocket explode.