|
|
|
|
|
by kazinator
1375 days ago
|
|
> You can't simultaneously argue that unsafe languages are categorically bad and also use unsafe rust as an argument against rust's limitations. Unsafe is either bad or it isn't. Why not? Rust has unsafe programming as opt-in; and the unsafe stuff is delimited with language constructs. A nuanced argument is possible like that situation is better than unsafe computation with no opt-out, requiring very careful programming plus ad hoc tooling. |
|