118
Rust For Linux Kernel Co-Maintainer Formally Steps Down
(www.phoronix.com)
A community for everything relating to the GNU/Linux operating system (except the memes!)
Also, check out:
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
Understandable. I'd have been admitted to the asylum (again) after just a few hours of 'working' with Rust.
What? Rust syntax is fucking awful. Ugly, unlogical, unreadable. The build process is fucked up as well.
Yeah, after working so long with the elegant simplicity of C and C++, I just don't think I can tolerate a crappy hacked together language like Rust.
If you can learn to read
int (*funcs[])(void*, void*), you can learn to read Rust.One is a fun challenge though, and the other cancer.
It's ok. It seems a bit ad-hoc to me compared to some of the higher-level academic languages I like (Haskell, Scala, Clojure, Chapel, etc). It's much simpler than C++, and more expressive than C though.
Skill issue.
A sign that their programming skills are rusty.
If you're trying to write C code in Rust for a few hours you haven't really given it a proper go. You're just fighting the compiler. Believe me, I've been there. It was just the learning curve before I put aside my pride and adjusted how I wrote code.
Coming from managed languages I found syntax weird, but got more comfortable in few days 🤷♂️ If you're used to one language, then usually the other looks weird initially
C also sucks. Also, stop misgendering yourself; when you respect yourself more, you'll respect others more, and then you'll stop saying that people are cancer.
it's called a meme...
and where did OP called PEOPLE cancer?
Caring about the syntax of a programming language is a sign that you haven't properly engaged with it. While not completely unimportant, what matters at the end of the day is the languages semantics. If you program in rust for more than 'a few hours' you will stop thinking about the syntax directly. Trust me, I do a fair bit of work in the cmake language, you can learn to work with any syntax.