Post #3966224
2026-07-17 20:44 UTC
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.
Replies (1)
-
@iopq@lemmy.world 2026-07-20 18:11
I don’t use languages that can subvert the type system with null, it’s an obvious flaw