• asdfasdfasdf@lemmy.world
    link
    fedilink
    arrow-up
    6
    ·
    4 days 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
      arrow-up
      2
      ·
      20 hours ago

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