| ▲ | skydhash 3 days ago | |||||||||||||||||||||||||
I’ve not seen any languages that does not require meticulous care to avoid runtime bugs. Type checking and lifetime ownership eliminate some, but not all of them. | ||||||||||||||||||||||||||
| ▲ | nicce 3 days ago | parent | next [-] | |||||||||||||||||||||||||
> Type checking and lifetime ownership eliminate some, but not all of them. They actually remove certain classes completely. E.g. lifetime ownership in Rust removes all bugs related to the reason why it is in the code syntax (a.k.a. lifetime markers remove use-after-free completely in Rust.) | ||||||||||||||||||||||||||
| ||||||||||||||||||||||||||
| ▲ | fooster 3 days ago | parent | prev [-] | |||||||||||||||||||||||||
So less meticulous care then? | ||||||||||||||||||||||||||
| ||||||||||||||||||||||||||