Hacker News new | past | comments | ask | show | jobs | submit login

Reading the text files, using vim, which were written in the 80s and talk about Borland and other old stuff, makes me... a bit sentimental.



Talking about sentimental, This made me giggle, "there will probably never come a time when a good assembler-language programmer can't out-program a compiler."

Reading that reminded me why I'll never make predictions on computing, especially on what can't be done.


A good assembler-language programmer these days starts with the output of a compiler. And then proceeds to beat the pants off said compiler by optimizing specific portions.

Not least because no language includes sufficient semantic information for the compiler to be able to safely optimize all the parts that the programmer can.

It's still mostly true - just not worth the effort for anything but smaller fragments.


Yeah, I was going to say something similar. You'll never get a compiler to be as intelligent as a human being. At best you'll get human intelligence rapidly applied by a computer to a problem. The computer will be able to do this "manual labor" (if you want to call it that) faster than a human can. However, a human being will be able to find ways to optimize for the problem that a computer will not be able to.

I realize that many people believe that computers will some day be able to truly think on a human level. I just don't happen to be one of those people.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: