this post was submitted on 08 Feb 2025
224 points (100.0% liked)

Open Source

832 readers
1 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] sith@lemmy.zip 5 points 3 weeks ago* (last edited 3 weeks ago) (1 children)

My gut tells me that any benefits of adding Rust is massively negated by the addition of a second language.

If one wants to write Rust, there is always Redox and probably a bunch of other kernels.

I like Rust, but it's for sure an over hyped language. In a year or two, people will push for Zig, Mojo or some new pure and polished functional low level language. Maybe a Scheme or a Lisp? That seems to be what the cool kids use nowadays.

Or maybe we'll just replace the kernel with an AI that generates machine code according with what should be your intention.

[–] yozul 6 points 3 weeks ago (1 children)

I dunno, people have been saying Rust will go away in a year or two for, like, five years now. This feels different to me. I could easily be wrong, but I don't think it's just another fad language.

[–] sith@lemmy.zip 2 points 3 weeks ago (1 children)

I'm not saying that Rust will go away.

[–] yozul 1 points 3 weeks ago (1 children)

Well, go away was maybe not exactly the correct term, but come on. You know what I meant.

[–] sith@lemmy.zip 1 points 3 weeks ago

My point is simply that it's probably not worth it to add another language. Doesn't have anything to do with Rust really.

Though I do think that the language is a bit over hyped. It's obvious companies and projects used to say they're using Rust, not just because they want to attract young developers or like the language, but because it's a way to get VC. Like AI and blockchain.

I do like Rust. But mostly because it encourages functional style programming. And the tooling is of course awesome. Especially compared to C and C++. However, I do believe that static pure functional languages are superior to Rust.