(For those of us who need smart IME anyway, check out UIM, great stuff. Japanese and Polish diacritics at the same time are finally possible.)
{ 2005 11 16 }
Our software is not patent cucumbered
{ 2005 11 16 }
(For those of us who need smart IME anyway, check out UIM, great stuff. Japanese and Polish diacritics at the same time are finally possible.)
Hardcore Pascal Programmer | 09-Jul-06 at 12:08 am | Permalink
C sucks out of many reasons. C is not the most powerful programming language, it is the most popular programming language. Popularity does not guarantee quality. You can do all things you would normaly be able to do in C equaly and more simply in Pascal(Delphi), without losing one bit of over every aspect of your program. I am a student and work in C, and some little things that existed in Pascal do not exist in C , even though they enable some quite powerful features. Typecasting compared to one in Pascal is a nightmare in C . C encourages some very bad programming habits due to it’s put anything anywhere syntax. All in all compared to Pascal I would choose Pascal.
It’s simpler and more powerful. Now, don’t think that C is a bad programming language, it is not, it just lacks some qualities.