• asdfasdfasdf@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    2 hours 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.