8
olback
3y

Rust is a beautiful language. Fast, safe and system level.

The best and worst part of the language is that it has no inheritance.

Oh, and the super slow compile times really do suck.

Comments
  • 0
    If I remember correctly, slow compilation only happens when you do not split your rust software over multiple crates.
    Also you avoid those "compilation units" and "declaration files" so it's just a win overall
  • 1
    i loved the language, but its lack of community libraries / enterprise support prevented me from going far with it
Add Comment