|
|
|
|
|
by WD-42
203 days ago
|
|
It’s not the same at all. In Rust you cannot just throw an attribute on to a struct in the middle of a function because it makes some call further down the chain easier, no matter how much unsafe you use. I’m not a python hater, you can’t get some great stuff done with it quickly. But my confidence in writing large complex systems in it is waning. |
|
In the end, both languages allow you to write bad code. But having something that is less strict if you wanna be makes it more flexible.