|
|
|
|
|
by ok123456
1299 days ago
|
|
> implementing data structures in any language is hard. Why make it harder. > excellent standard library. The standard library is intentionally bare-bones. They don't want to maintain libraries in std, and want you to use crates. > wider ecosystem of libraries The quality of these is quite poor in a lot of cases. People literally make blog posts into crates. |
|
To achieve static memory safety.
If you don’t need or want that, you’re probably better off sticking to other languages. Although hopefully, not something like C or C++ which the US government now advises against using for security reasons.