(no title)
fleventynine | 3 months ago
I don't think there's is any significant different here between zig, C and Rust for bare-metal code size. I can get the compiler to generate the same tiny machine code in any of these languages.
fleventynine | 3 months ago
I don't think there's is any significant different here between zig, C and Rust for bare-metal code size. I can get the compiler to generate the same tiny machine code in any of these languages.
chrisco255|3 months ago
C, yes, you can compile C quite small very easily. Zig is like a simpler C, in my mind.
fleventynine|3 months ago