The linux kernel community is discussing convert the linux kernel from c to modern c++

I think I get the gist… :slight_smile:

I believe two good ways to counter these arguments would be to:

  1. Show a small function in Godbolt, comparing the results of compiling the equivalent code in C and Zig.
  2. Write a small, non-trivial utility / program, that does something similar to a utility written in C, and compare source code size, object size, performance, etc. And then show off cross-compilation as a cherry on top. Something like wc?
2 Likes