I would like to see this merged, it would lower the bar for entry into kernel hacking a decent chunk. recently mesa is has something using rust, so thats a win too, it will be slow, but we shall see rust get more and more popular
Announcement
Collapse
No announcement yet.
Rust For The Linux Kernel Sent Out For Review A Fourth Time
Collapse
X
-
Originally posted by jacob View Post
Oh my God, some software won't run on a CPU it doesn't support, what a scandal.
I'm not going to say anything, as a lot of (CPU) developers are probably going to laugh or say "Doh!" at that comment!
... not even going to state where you went wrong with that one ... ;-)
- Likes 3
Comment
-
Originally posted by betty567 View PostWho said this is ever getting merged?
That does not mean rust will suddenly take over all of the linux kernel (it won't), but there is no provable downside to offering it as an alternative where it is a proper fit.
- Likes 5
Comment
-
Originally posted by Quackdoc View PostI would like to see this merged, it would lower the bar for entry into kernel hacking a decent chunk. recently mesa is has something using rust, so thats a win too, it will be slow, but we shall see rust get more and more popular
- Likes 2
Comment
-
Originally posted by betty567 View Post
You must be some "new school" programmer who lacks accomplishments but thinks he has it all figured out.
C is excellent for an OS kernel because memory management is 100% up to the developer. You decide your own allocation strategy, you decide when and how to initialize memory, your own re-use strategy, and you decide when to free memory. There are no features that must be abstained from when doing low-level things, there is no "unsafe" portion of the language that one must rely exclusively on in these low-level scenarios. No "garbage collection", which is a "for dummies" feature for people who cannot keep track of allocations. But Rust doesn't use "garbage collection", it uses "unicorn farts that nobody can quite describe" but don't call it garbage collection, because garbage collection has a negative connotation. Rust is a win for it's own marketing folks, and nothing else.
- Likes 8
Comment
-
Originally posted by brad0 View Post
It wouldn't do any such thing in the slightest.
- Likes 4
Comment
Comment