Skip to content

Instantly share code, notes, and snippets.

@drbobrinkman
Last active October 3, 2016 18:39
Show Gist options
  • Save drbobrinkman/5731762 to your computer and use it in GitHub Desktop.
Save drbobrinkman/5731762 to your computer and use it in GitHub Desktop.
List of important/influential readings for computer scientists.

A non-CS colleague asked me to recommend readings that would help non-CS people understand CS/SE/Coding people. In addressing her question I realized that "CS books" are not a good place to start, that the shared culture of CS/SE/Coding includes many other signifiers.

There really isn't any single book that every computer scientist would be familiar with, and this list overlaps significantly with other "geeky" subcultures.

In bold are my top choices for things to read if you are a non-CS person looking to understand how CS people see themselves.

Culturally significant books (and other materials)

These are all very readable for non-CS folks.

  1. "The Hitchhiker's Guide to the Galaxy," Douglas Adams. Almost everyone I spoke to, and almost every list I read online, included this.
  2. Either "Snow Crash" or "Cryptonomicon," both by Neal Stephenson. Both of these novels make computer science the core of the dramatic action.
  3. The online comic strip XKCD.com
  4. "Godel, Escher, Bach," by Douglas Hofstadter. Hofstadter makes the link between computability, art, and music in a way that seems to please computer scientists.
  5. "Alan Turing: The Enigma," by Andrew Hodges. Turing is considered the father of modern computer science, and until recently this book was the only reasonable biography. He was a war hero and a genius, but persecution (due to homosexuality) drove him to suicide.
  6. "Jabberwocky," by Lewis Carroll.

Cultural Icons

(Thanks to Mike Nahas for this idea)

  1. M.C. Escher prints
  2. The number "42"
  3. Small programming language jokes (usually in BASIC). e.g. http://img437.imageshack.us/img437/7439/bscap0001gc.jpg

CS/SE Books (but not textbooks)

Probably readable by any educated person.

  1. "The Mythical Man-Month," Fred Brooks. A classic text of software engineering. The essays should be comprehensible to anyone that has worked in a corporate environment.
  2. "Code," by Petzold.
  3. "Hackers: Heroes of the Computer Revolution," by Levy.
  4. "The Pragmatic Programmer," by Hunt and Thomas. Might be a bit hard for non-programmers.
  5. "The Cathedral and the Bazaar," by Eric S. Raymond.
  6. "Agile Software Development," by Robert C. Martin.

Canonical textbooks

  1. "Introduction to Algorithms," by Cormen, Leiserson, Rivest and Stein. Almost every computer scientist learns algorithms from this book. Usually referred to as "CLR," "CLRS" or "the Big White Book."
  2. "The Art of Computer Programming," by Knuth. This is a 4-volume set, and it was one of the most influential works on computer science for late boomers, and early gen X. Usually referred to as "Knuth."
  3. "Principles of Compiler Design," by Ullman. Usually called the "dragon book" by those in the know, because it has a dragon on the cover.
  4. Either "Introduction to the Theory of Computing" by Sipser, or "Introduction to Automata Theory, Languages, and Computation" by Hopcroft and Ullman. Both of these books cover the same ground, and explain Alan Turing's important work on uncomputability (Turing proved that there are some easily described computational problems that computers CANNOT solve).
  5. "The C Programming Language" by Kernighan and Ritchie. Usually called "Kernighan and Ritchie" or just "K&R."
  6. "Design Patterns," by Gamma, Helm, Johnson and Vissides.
  7. "The Little Schemer," by Friedman.

Weird little cool textbooks

I don't know quite what to make of this one. Current computer scientists wouldn't have read it, but those in the Ruby community seem to love it.

  1. http://mislav.uniqpath.com/poignant-guide/

Other lists

  1. http://www8.cs.umu.se/~selander/culture/
  2. http://grokcode.com/11/the-top-9-in-a-hackers-bookshelf/
  3. http://grokcode.com/60/5%C2%BD-more-books-in-a-hacker%E2%80%99s-bookshelf/
  4. https://news.ycombinator.com/item?id=135185
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment