Rust support hits linux-next
Rust support hits linux-next
Posted Mar 22, 2021 11:10 UTC (Mon) by Wol (subscriber, #4433)In reply to: Rust support hits linux-next by moltonel
Parent article: Rust support hits linux-next
We've had that discussion elsewhere. Linux needs a low-level language, and probably the best definition of such a language is "it doesn't give the optimiser many options". The linux devs don't like getting bitten by optimisations where the compiler "assumes facts not in evidence", and C++ adds far too many features that enable exactly that.
I gather Rust has been designed as a low-level language, and as such is currently much better than C, which has steadily been acreting hi-level features. That's not to say it'll *stay* a low-level language, but at present Rust is actually probably a far better language than C for system-level programming.
Cheers,
Wol
