Rust support hits linux-next
Rust support hits linux-next
Posted Mar 21, 2021 21:42 UTC (Sun) by moltonel (subscriber, #45207)In reply to: Rust support hits linux-next by adobriyan
Parent article: Rust support hits linux-next
This is debatable. Some very smart and knowledgeable Linux devs still give C++ a firm "No", while they're giving Rust a cautious "Maybe". You shouldn't ignore that hint.
Any tech shift needs a high gain-over-cost ratio. While the cost of enabling C++ build in a C project is indeed very low, the gains are (in Linux's case, and compared to Rust) not amazing either, and the inadvertent compatibility issues can negate a lot of the gains. Which leads to another counter-argument: being source-incompatible might actually be a good thing, as the clear demarcation between the C world and the Rust world could be more manageable than the fuzzy C/C++ demarcation.
The jury is still out on Linux-Rust, but Linux-C++ looks like a well-beaten dead horse.
