• caseyweederman
    link
    fedilink
    arrow-up
    4
    ·
    4 months ago

    Could you explain the “no need to review” part? I do keep hearing good things about Rust.

    • urska
      link
      fedilink
      arrow-up
      5
      ·
      edit-2
      4 months ago

      These industries hire third parties to review c and c++ line per line to make sure it’s memory safe. Rust by default forces you to write memory safe code, otherwise it won’t even compile. The rust compiler tells where is the problem and what it expects. No only for basic Type errors but also for concurrent code.

        • urska
          link
          fedilink
          arrow-up
          2
          ·
          4 months ago

          its the way the language was built. Im not sure its possible without breaking C/C++ which have like 35 years + in the making. Also these concepts are have little to do with programing and more architectural designs. The designers are real engineers working on difficult concepts. All big brains tbh