•  urska   ( @urska@lemmy.ca ) 
    link
    fedilink
    3
    edit-2
    28 days 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.