Showing posts with label programming quote. Show all posts
Showing posts with label programming quote. Show all posts

Sunday, August 24, 2008

Perlis' epigrams

Alan J. Perlis was the first Turing award winner, "for his influence in the area of advanced programming techniques and compiler construction". He is also famous for his article Epigrams on Programming, which contains 130 one-liners, mostly about his experience with programming. A few of the epigrams are on epigrams... he calls them meta-epigrams (Russell's paradox?)!
Five pearls I found from the article (go dig your own):
  • A language that doesn't affect the way you think about programming, is not worth knowing.
  • There will always be things we wish to say in our programs that in all known languages can only be said poorly.
  • The computer is the ultimate polluter. Its feces are indistinguishable from the food it produces.
  • Computer Science is embarrassed by the computer.
  • The last epigram? Neither eat nor drink them, snuff epigrams.

Tuesday, August 19, 2008

Geeky quotes

Thanks to Sumit for the link.


Here is a link to a bunch of (funny and/or insightful) programming quotes. Some of them are by well known personalities, but some are from Anonymous blah blah.
My favorite:
Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it.
Brian W. Kernighan