Moving the kernel to modern C
Moving the kernel to modern C
Posted Feb 25, 2022 8:54 UTC (Fri) by ncm (guest, #165)In reply to: Moving the kernel to modern C by Paf
Parent article: Moving the kernel to modern C
There would, in any case, be no need to step outside Gcc, where in fact that was done long ago, with no disruption, but with massive benefits. Anybody spooked about C++ should understand that Gcc and Clang are both coded in C++, whatever the language you compile on them.
Similarly, anybody spooked by C++ "hidden code" should understand that Rust does literally all of the things they are spooked by; and all of its power comes from that.
Staying on ancient EOL'd language Standards does nobody any good.
