Best Quotes by Alan Perlis (Top 10)

  1. Fools ignore complexity. Pragmatists suffer it. Some can avoid it. Geniuses remove it.
  2. It goes against the grain of modern education to teach students to program. What fun is there to making plans, acquiring discipline, organizing thoughts, devoting attention to detail, and learning to be self critical.
  3. When someone says, "I want a programming language in which I need only say what I want done," give him a lollipop.
  4. A programming language is low level when its programs require attention to the irrelevant.
  5. There are two ways to write error-free programs; only the third one works.
  6. Simplicity does not precede complexity, but follows it.
  7. Don't have good ideas if you aren't willing to be responsible for them.
  8. One man's constant is another man's variable.
  9. It is easier to change the specification to fit the program than vice versa.
  10. Every program has (at least) two purposes: the one for which it was written and another for which it wasn't.