Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror

Comment Re:A Natural Progression Yet So Many Caveats (Score 1) 578

There is another argument which is all too prevalent among enthusiastic language designers, that efficiency of object code is no longer important; that the speed and-capacity of computers is increasing and their price is coming down, and the programming language designer might as well take advantage of this.

This is an argument that would be quite acceptable if used to justify an efficiency loss of ten or twenty percent, or even thirty and forty percent. But all too frequently it is used to justify an efficiency loss of a factor of two, or ten, or even
more; and worse, the overhead is not only in time taken but in space occupied by the running program.

In no other engineering discipline would such avoidable overhead be tolerated, and it should not be in programming language design.

                                                    -- C.A.R. Hoare, 1973

Slashdot Top Deals

Live within your income, even if you have to borrow to do so. -- Josh Billings

Working...