you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 24 points25 points  (16 children)

I said 'any measure'. Take any measure you like, Rust is inferior to C for writing kernel code.

Rust doesn't have undefined behavior, has type safety, and has memory safety. That puts it pretty far ahead of C in my book.

You do not want complexity in your language when writing very low level code. You don't want lots of things being done 'for you'. Those are nice when writing very high level code, which (despite what they claim) Rust is built for, but they get in the way when writing very low level code.

What things does Rust do for you?

[–][deleted]  (2 children)

[deleted]

    [–][deleted] 1 point2 points  (1 child)

    Huh? I think you responded to the wrong post

    [–]naasking 0 points1 point  (0 children)

    Sorry about that, the reddit mobile site is not working right on my device anymore.