• @asdfasdfasdf@lemmy.world
    link
    fedilink
    61 month ago

    Rust us way easier to understand for me (and I’d guess most people) than C.

    Rust is fun because it’s the only mainstream language with an affine type system, which allows some really cool patterns like the typestate pattern. And the fact that there’s no inheritance or null or exceptions is amazing.

    • @iopq@lemmy.world
      link
      fedilink
      21 month ago

      I don’t use languages that can subvert the type system with null, it’s an obvious flaw