Disclaimer: I pretty much don’t like Rust, but most criticism of it boils down to culture war.

    • Kacarott@aussie.zone
      link
      fedilink
      arrow-up
      5
      ·
      13 hours ago

      It’s certainly different than C, but IMO Rust’s type system is also a dramatic improvement.

      • da_cow (she/her)@feddit.org
        link
        fedilink
        arrow-up
        2
        ·
        13 hours ago

        I am still learning Rust, so I can Not really say that much about it, but especially when considering things like Error handling it seems very good. No more returning invalid values. You just return a Result type and implement error handling based on that.