Hacker News new | ask | show | jobs
by unrealhoang 1473 days ago
So does the entire way of coding in any static-typed language, your code is full of compromises that would otherwise not exist in a dynamic-type language. Rust is just another layer of static typing.
1 comments

Yes. It's another level of the same problem.

Rust is like a piano where certain keys have been removed so you never play out of key.

You can pretty much make this same argument about any language higher-level than C.
maybe assembly. Even C can be applied to their argument just fine.