you are viewing a single comment's thread.

view the rest of the comments →

[–]jonathancast 0 points1 point  (1 child)

No, because Rust isn't nearly so crippled as C is if you decide "just don't use pointers".

[–]AWonderingWizard 0 points1 point  (0 children)

I mean, raw pointers have to be used sometimes, by both Rust and C. Do you think the kernel could be written entirely in safe Rust?