When comparing The C Programming Language (AKA: K&R) vs Rationality: From AI to Zombies, the Slant community recommends The C Programming Language (AKA: K&R) for most people. In the question“What are the most influential books every programmer should read?” The C Programming Language (AKA: K&R) is ranked 15th while Rationality: From AI to Zombies is ranked 22nd. The most important reason people chose The C Programming Language (AKA: K&R) is:
This book is so well known that it's affectionately called "K & R", after the authors. It's been cited in many other books and is familiar to most, if not all, CS students.
Ranked in these QuestionsQuestion Ranking
Pros
Pro Well known classic
This book is so well known that it's affectionately called "K & R", after the authors.
It's been cited in many other books and is familiar to most, if not all, CS students.
Pro It's excerpted from the idea of its creators
This book is written by Dennis Ritchie, who was one of the main people behind the development and design of C and UNIX.
Pro Creative, challenging exercises
The challenges at the end of each chapter do a great job of requiring many of the skills learned up to that point. Completing the challenges is a great way of insuring you understand the material.
Pro This book set the template for programming language books
Pro Will make you smarter
Your intelligence is being used to defeat itself. Learn how to stop that.
Pro Mindblowing ideas
From (friendly) AI to (philosophical) zombies. Also Pebblesorters. And why humans are insane.
Pro Fictional interludes
These are quality science fiction short stories in their own right.
Pro Funny
Pro Engaging
Cons
Con Out of Date
Some commands and practices are out of date, so errata and googling is needed while going through the book.
Con Teaches bad style
The K&R style works for old Unix mainframe command-line programs that exit after a simple task and leave the cleanup to the OS; where input is only from trusted experts; and most functions are only called internally to the program. The environment is very different today. This style will get your server owned by hackers, or crash it due to a memory leak, etc. You will have to unlearn what you've learned from this book to use C correctly in the real world today.
Con Not for beginners
Assumes familiarity not only with programming concepts but some C language specifics.
Con Not enough citations
Just Google it.
Con Has some highly technical references in places
Things like physics (relativity, quantum mechanics), mathematics and computer programming. Scared? Didn't think so.
Con Long
The chapters are relatively short and digestible essays and short stories. The problem: there are 333 of them. On paper, this would take volumes, but this is an ebook. You'll get a lot out of it long before you finish though.