you are viewing a single comment's thread
view the rest of the comments
[–] 6 points 1 week ago (1 child)

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.

  • source
  • parent
  • hideshow 2 child comments