Alex Gaynor recently announced he is formally stepping down as one of the maintainers of the Rust for Linux kernel code with the removal patch now queued for merging in Linux 6.19.

Alex Gaynor was one of the original developers to experiment with Rust code for Linux kernel modules. He's drifted away from Rust Linux kernel development for a while due to lack of time and is now formally stepping down as a listed co-maintainer of the Rust code. After Wedson Almeida Filho stepped down last year as a Rust co-maintainer, this now leaves Rust For Linux project leader Miguel Ojeda as the sole official maintainer of the code while there are several Rust code reviewers.

you are viewing a single comment's thread
view the rest of the comments
[+] -63 points 9 months ago* (last edited 9 months ago) (8 children)

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.

  • source
  • hideshow 16 child comments
  • [–] 13 points 9 months ago

    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.

  • source
  • parent
  • [–] 9 points 9 months ago

    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.

  • source
  • parent
  • 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.

  • source
  • parent
  • [+] -16 points 9 months ago (1 child)