5 ms·
It's not just you. The only thing I'm confused about is why more C standards keep coming out. C is what it is. Work with the archaic parts of it as need be. Yo
by vbtemp 3y ago
It's not just you.
The only thing I'm confused about is why more C standards keep coming out. C is what it is. Work with the archaic parts of it as need be. You use C for ultimate cross-platform compatibility (every exotic platform and its mother has an ANSI-C/C99 compiler). If you're able to run on the most bleeding-edge C compiler supporting the most recent WG version of C... then why not just use another language? I say this as someone who loves C. If there are bits that feel old, you just create a DSL to get around these problems that compiles down to C... but you don't change C itself.. Just my perception working with all this for many years now.
- hgs3 3y agoFor me the big problem with most C competitors is they go overboard. The only alternative I've tried that sparked my fancy was D with -betterC flag. It's unfortunate that it's not its own language, but rather a "profile" of a much much larger language.