Comment by dafelst
3 years ago
...and now your solution is non-portable and as a cross-platform developer you need to implement N different build scripts. This is far more elegant.
3 years ago
...and now your solution is non-portable and as a cross-platform developer you need to implement N different build scripts. This is far more elegant.
No C toolchain is portable!
If that's a problem, use Go or another higher level language.
I guess the programs that I write which work on Mac / Windows / Linux / Wasm / i686 / amd64 / armv7 / aarch64 are just a bad dream I had
Only because you know the platform specific nuances...
Isn't one of the supposed advantages of C that it works on many platforms?
The last 40 odd years have proven that it does work but what you write isn’t portable.
2 replies →