|
|
|
|
|
by pjmlp
187 days ago
|
|
Yet another Rust article that ignores the choice among memory safe languages, including the ML linage that inspired Rust's type system. The only reason to pick Rust instead of one of those, is exactly because the memory safety without GC that it offers, when any form of automatic resource management, be it in whatever form, is not possible, or welcomed by the domain experts. |
|
Many of the high level features that Rust offers, outside of memory-safety, other C-family languages have too. And those other languages can have different advantages over Rust: easier to learn, easier to use, readability, compilation speed, etc... Very much a depends type of thing.