Showing posts with label Inspiration. Show all posts
Showing posts with label Inspiration. Show all posts

Monday, March 30, 2009

Write Programs

Interviewer: "Is studying computer science the best way to prepare to be a programmer?"

Bill Gates: "No, the best way to prepare is to write programs, and to study great programs that other people have written. In my case, I went to the garbage cans at the Computer Science Center and I fished out listings of their operating system."

Tuesday, March 24, 2009

FORTRAN - primary purpose of the DATA statement

"The primary purpose of the DATA statement is to give names to constants; instead of referring to pi as 3.141592653589793 at every appearance, the variable PI can be given that value with a DATA statement and used instead of the longer form of the constant. This also simplifies modifying the program, should the value of pi change."
- FORTRAN manual for Xerox computers

Sunday, March 22, 2009

Programming graphics in X

"Programming graphics in X is like finding sqrt(pi) using Roman numerals."
- Henry Spencer

Saturday, March 21, 2009

Compiler Construction

"Never put off until run time what you can do at compile time."
- David Gries, in "Compiler Construction for Digital Computers", circa 1969.

Monday, March 16, 2009

Programming is Never Finished

Any sufficiently advanced bug is indistinguishable from a feature.

Sunday, February 22, 2009

Broken Egos

You can't make a program without broken egos.