|
|
|
|
|
by marcosdumay
3025 days ago
|
|
> is memory-safety the killer-app feature that makes people want to use Rust? There are algebraic types with pattern matching, sane generics, actually good type inference, strong types that will help you declare behavior only once (as in normal vs. modular arithmetic), and a huge push for not having undefined behavior (that is mostly but not completely successful). Any of those (and yes memory safety) would be enough of a killer feature on my view. There are still some things I dislike in Rust, but compared with C it's a complete no-brainer. |
|