C has all the things to hate in a programming language
CaSe Sensitivity
Weird pointer syntax
Lack of a separate assignment token
Null terminated strings
Macros - the evil scourge of the universe
On the plus side, it's installed everywhere, and it's not indent sensitiveExcept for null terminated strings these don't seem like mayor issues to me. Can you elaborate?
At this point, you're talking to someone who isn't here
> C has all the things to hate in a programming language
> CaSe Sensitivity
Wait, what, you.. you want a case-insensitive language? Like SQL?
I love SQL, but please no more case-insensitive programming languages!
> Lack of a separate assignment token
What does that mean?
You mean "mere string replacement macros, instead of hygienic macros", of course : )