Who here doesn't use C and why?
Posted: Sun Dec 23, 2007 1:12 am
I have never been a C programmer. I started with BASIC on a Commodore 64 and then dabbled in Pascal when I got a Machintosh, once I got an IBM PC I started to learn C, and asm and then learned that I couldn't read or maintain my programs very effectively. Then I decided that I'd fall back on Pascal as I used to use it a bit, and I have never looked back since then.
I have a few other reasons that I am not a fan of C, but it strikes me that it seems that I always score very high on verbal/linguistic tests sections of tests, and only average in math. Now everyone learns differently, but, it seems that I have trouble equating symbols to commands or instructions, and that is what makes C so completely unreadable to me. For example using { and } as Begin and End or v++ instead of Inc (v); which just doesn't really register with me very well.
Point is, while there is while Pascal involves typing everything out, That certainly seems to be an advantage to me, but I certainly understand a programmers desire to save time by not having to type as much, it just doesn't work for me.
Of course there are other reasons I use pascal, such it not letting me write dangerous code too easily (it can still be done though) and the general structure of the language... So my question is Who here doesn't use C (or it's derivatives like C++) and why did you make that choice?
I have a few other reasons that I am not a fan of C, but it strikes me that it seems that I always score very high on verbal/linguistic tests sections of tests, and only average in math. Now everyone learns differently, but, it seems that I have trouble equating symbols to commands or instructions, and that is what makes C so completely unreadable to me. For example using { and } as Begin and End or v++ instead of Inc (v); which just doesn't really register with me very well.
Point is, while there is while Pascal involves typing everything out, That certainly seems to be an advantage to me, but I certainly understand a programmers desire to save time by not having to type as much, it just doesn't work for me.
Of course there are other reasons I use pascal, such it not letting me write dangerous code too easily (it can still be done though) and the general structure of the language... So my question is Who here doesn't use C (or it's derivatives like C++) and why did you make that choice?