Live data from Hacker News

Is it time to rewrite the operating system in Rust? [slides]

slideshare.net

1–10 of 144 posts

Re: Is it time to rewrite the operating system in Rust? [slides]

#7
post #5

no.

I was expecting to see this type of response. I don't program at low levels but it seems like this would be the responding answer. Kernel programmers would be using something else if that's what they wanted to use. Decades of experience and hard learnt lessons down the drain.

Re: Is it time to rewrite the operating system in Rust? [slides]

#8
post #7
post #5

no.

I was expecting to see this type of response. I don't program at low levels but it seems like this would be the responding answer. Kernel programmers would be using something else if that's what they wanted to use. Decades of experience and hard learnt lessons down the drain.

Also, if you can abstract away at a sufficiently low level why not just do it in C where there's already a generation of experience and familiarity?

Re: Is it time to rewrite the operating system in Rust? [slides]

#10
post #7
post #5

no.

I was expecting to see this type of response. I don't program at low levels but it seems like this would be the responding answer. Kernel programmers would be using something else if that's what they wanted to use. Decades of experience and hard learnt lessons down the drain.

The entire point of the presentation is to discuss these issues, and recommend rust for more ancillary tasks (modules/drivers, firmware, utilities) than the kernel itself.

> Kernel programmers would be using something else if that's what they wanted to use.

The vast majority of the languages having arisen in the last 40 or so years are completely unsuitable for kernel development, so not necessarily.

Post reply on HN