Y
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
amelius
1472 days ago
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.
link
stouset
1471 days ago
You can pretty much make this same argument about any language higher-level than C.
link
unrealhoang
1471 days ago
maybe assembly. Even C can be applied to their argument just fine.
link
Rust is like a piano where certain keys have been removed so you never play out of key.