Rust is for hipsters that want to flex that they can learn a difficult language and then use it to make something that could have just used python anyways.
Go is a much better swiss army knife. Rust isn't needed in 90% of the projects it's used in. ๐คท๐ป
Login to reply
Replies (3)
Memory safety isnt needed? Weird assertion. Have you done any security research?
Memory safety is handled by higher level languages at the cost of performance. And no it's not needed for applications that don't require security. Again, not everything needs rust.
The weird assertion is that every application has high security requirements.