>>64
Agree.
>>63
With proper design 99% of the program code can be made static.
Don't you mean program
data? Maybe echo or cat don't need malloc and therefore are fine with static buffers, but how can you write anything that needs to hold arbitraty quantities of data (such as browsers, editors, debuggers)?