Marco Alka I was going for the joke of the specific Arnold C github.com/lhartikk/ArnoldC not actually C. I find questions trying to discern what's the best language in general rather pointless since the answer only should be "doing what, with which parameters". It boils down to taste so gg I didn't want to go with loolcode or ook this time :D
I vividly agree C is way to complex for projects of modern scale it's not that it's bad per se but we often don't need that level of control. Hopefully rust and other successors will take away the burden of controlling everything by just leaving enough control.
Still since it's a HLA, to me it's one of the best ways to understand what's happening under the hood of a computer and it should be taught and practiced in certain fields where it makes sense to take such control or the transition to a more modern language will take decades. It's like assembler ofc you don't have to write things in it but you should understand how it works.