logo

Quotes from Tony Hoare

An ultimate joint challenge for the biological and the computational sciences is the understanding of the mechanisms of the human brain, and its relationship with the human mind.
~ Tony Hoare
Here is a language so far ahead of its time, that it was not only an improvement on its predecessors, but also on nearly all its successors.
~ Tony Hoare
I was eventually persuaded of the need to design programming notations so as to maximize the number of errors which cannot be made, or if made, can be reliably detected at compile time.
~ Tony Hoare
A single human brain has about a hundred million nerve cells... and a computer program that throws light on the mind/brain problem will have to incorporate the deepest insights of biologists, nerve scientists, psychologists, physiologists, linguists, social scientists, and even philosophers.
~ Tony Hoare
You cannot teach beginners top-down programming, because they don't know which end is up.
~ Tony Hoare
There are two methods in software design. One is to make the program so simple, there are obviously no errors. The other is to make it so complicated, there are no obvious errors.
~ Tony Hoare
The real value of tests is not that they detect bugs in the code but that they detect inadequacies in the methods, concentration, and skills of those who design and produce the code.
~ Tony Hoare