An old buddy of mine from Egypt kept telling me Rust is a good programming language, but what is your opinion on it?
ask an llm faggot
>>108771952But what if I don't want to use AI? What if I want genuine advice from genuine people?
>>108771920Rust is genuinely excellent, and your friend has good taste! Here's my take:The strong points:Rust's killer feature is memory safety without a garbage collector. It prevents entire classes of bugs (null pointer dereferences, buffer overflows, use-after-free) at compile time, not at runtime. This is a huge deal in security — many CVEs in C/C++ codebases stem from exactly these issues.The borrow checker (Rust's way of enforcing memory rules) has a steep learning curve, but once it clicks, it forces you to write more correct code by design. It's like having a very strict code reviewer built into the compiler.It's also blazing fast — comparable to C/C++ — while being far safer.Where it shines:Systems programming (OS kernels, drivers, embedded)Security-critical toolsWebAssemblyAnywhere you'd previously use C/C++The Linux kernel now accepts Rust code, and Microsoft has been actively exploring it as a safer alternative to C/C++ in Windows components — directly relevant to your world.The honest caveats:The learning curve is real and steepCompile times can be slowFor scripting and quick automation tasks (like your Azure/Intune work), Python or PowerShell will serve you far better — Rust would be overkillBottom line: Rust is probably the most exciting systems language in decades and it's genuinely good for security-sensitive software. But for your day-to-day IT admin scripting needs, it's not the right tool. Think of it as a great language to know about and appreciate, even if you're not writing it yourself.
Egypt mentioned, although I don't see the relevance of that detail in your storyMy opinion is that its learning curve (coming from more traditional programming) is too steep to justify learning it if you don't have a specific use case, and if you're a professional programmer its usefulness is limited in the job market, HOWEVER many new important open source projects in the past few years are written in it and it is already well established and not an upstart/meme language anymore by any measure
>>108772018>>108772019stop racist
>>108771958>But what if I don't want to use AI? What if I want genuine advice from genuine people?oh, in that case, you asked in the right place.
>>108771920Interesting idea, poor implementation.
>>108771958Hey now, AI gives genuine advice from the genuine r*dditors etc it was trained on.
>>108772734WTF I love Google AI now
>>108771920Trannylang
>>108772734>>108772765is Google AI our fren now?>downloading chrome
>>108771920>from Egypt>recommending RustFake. He would've been stoned to death a long time ago.
>>108773135there are jihadists out there who like rust. and the mexican president doesn't stone anyone.
>>108771920Guys, you should all just use rust. Wtf you here for?? Especially you, r*ssian troll shit, and jew american software developer executive goober. JUST USE RUST
>>108771920It might be good technically, but it's a politically encumbered language with a terse syntax, so I won't use it
>>108771920Rust is shit.