??? 06/13/07 21:39 Read: times |
#140725 - are you perfect? Responding to: ???'s previous message |
Erik Malund said:
One whine I truly hate is the one "why did the compiler allow that?" it is the same as saying "the purpose of a compiler is to protect me from myself" instead of "the purpose of a compiler is to give me the freedom to craft the best possible code for the processor" Erik, I admit I am FAR from being perfect, that's why I LOVE when the compiler protect me from myself. This is why high-level languages are for. One simply has to forget the underlying machine - it is the task of the compiler to make everything possible to translate what I wrote in a language resembling natural language as much as possible, into machine language. I shall not care. Neither shall I care for efficiency etc. - the tool shall warn me, and guide me. If I want to shoot myself into foot, thanks, asm is good enough. That's why I am The C-Hater. JW (the C-hater). |