Comment Re:All that without the need for a new programming (Score 1) 38
BTW i still don't understand what's with all the rust hate?
This is from programmers who know C or C++ and are lazy to learn something new. They bash Rust since it is the most viable safe option for domains where C/C++ is used. Part of the "hate" is also that Rust has ownership type system. It is more restrictive than "normal" type system v C/C++. It is harder to use especially if you do not have prior experience with "limiting" languages like e.g. Haskell or Clean.