• lysdexic@programming.devOPM
    link
    fedilink
    English
    arrow-up
    2
    ·
    8 months ago

    The time for the c++ committee to show they can overcome the language’s issues has passed IMHO there are much better, and more expressive, alternatives.

    I’m not sure if this is a good take.

    Languages deemed “safe” boil down to two features: supporting specific memory management strategies, and adding static code analysis checks that enforce rules and best practices.

    Can’t this be done already without involving committees?

    • TechNom (nobody)@programming.dev
      link
      fedilink
      English
      arrow-up
      3
      ·
      8 months ago

      That works only if memory safety is optional. Additions of the language features needed for mandatory memory safety are backwards incompatible.