People on Any Forums unironically believe that Rust is bad because it's used by couple of trannies...

People on Any Forums unironically believe that Rust is bad because it's used by couple of trannies, criticize something else.

Attached: 56279658681.png (900x534, 48.08K)

>

Attached: rust.webm (608x1080, 2.94M)

It's bad because it has terrible syntax. It also introduces greater mental load on the person programming with regards to passing and relinquishing ownership. At least with C/C++, the compiler didn't complain that you weren't unwrapping your boxed data structures in the wrong places or whatever.
For most people, auto GC provided by the JVM should suffice. Don't kid yourself that you need more, at least in a professional scenario.

imagine if that fish was thrice the size of a human and it ate you just like that

The syntax is ugly as fuck so I'm not interested in learning it. The people who go off on trans using it are trolling or they have middle school brain disease and are still trying to distance themselves from anything fem.

>It's bad because it has terrible syntax.
so does C++, it's overly complicated language and Rust is perfect replacement.

>It also introduces greater mental load on the person programming with regards to passing and relinquishing ownership. At least with C/C++, the compiler didn't complain that you weren't unwrapping your boxed data structures in the wrong places or whatever.
It decreases mental load because you shouldn't do that either way. In C and C++ you have to do the same checks in your head, in Rust you can just trust that the compiler will notice if you forget an edge case. This becomes really significant during code review, you don't have to check the exact properties of all used interfaces and can focus on the logic instead.
Bjarne Stroustrup of all people admitted that he doesn't use std::move because it's too error-prone. In Rust moves are the default and you simply can't use a moved-from value and everything's fine.

People have explained why Rust is bad several times. And just like trannies, Rust shills just ignore and deny reality and come back next thread to spew the same debunked hogwash.

>His brain cannot handle additional load

NGMI. Perhaps retail work is more of your speed user

OpenBASED