Brian W. Kernighan
Author of The C Programming Language (2nd Edition)
About the Author
"The C Programming Language" and "The C Programming Language, Second Edition" should not be combined as one work. The languages described are significantly different: K&R C in one case, ANSI C in the other. Any variant of the title with "second", "2nd", "ANSI" or "ISO" in the title almost certainly refers to the second edition. K&R C is these days of only historical interest, while ANSI C is a very important language. If you have any book about C , Objective C, C# etc, please do not combine it with either edition of "The C Programming Language". Also Brian Kernighan should not be combined with the "author" Brian Kernighan and Dennis Ritchie.
Works by Brian W. Kernighan
Tagged
Common Knowledge
- Legal name
- Kernighan, Brian Wilson
- Birthdate
- 1942-01-30
- Gender
- male
- Education
- Princeton Unversity (Ph.D|Electrical Engineering)
University of Toronto (BSc|Engineering Physics) - Occupations
- computer scientist
- Awards and honors
- American Academy of Arts and Sciences (2019)
- Nationality
- Canada
- Places of residence
- Toronto, Ontario, Canada
- Map Location
- Ontario, Canada
- Disambiguation notice
- "The C Programming Language" and "The C Programming Language, Second Edition" should not be combined as one work. The languages described are significantly different: K&R C in one case, ANSI C in the other. Any variant of the title with "second", "2nd", "ANSI" or "ISO" in the title almost certainly refers to the second edition. K&R C is these days of only historical interest, while ANSI C is a very important language. If you have any book about C , Objective C, C# etc, please do not combine it with either edition of "The C Programming Language".
Also Brian Kernighan should not be combined with the "author" Brian Kernighan and Dennis Ritchie.
Members
Reviews
He writes in a light, unpretentious manner and relates the history that he witnessed as show more excellent software poured out of Bell Labs. He writes this history from a personal perspective, which is why this book’s genre accurately fits as both a history and a memoir. This personal perspective enlightens readers about how highly productive innovation occurred in this sphere. He exposits with an obvious respect for his colleagues and for the impact that they had on the history of computing science. Though some fame is certainly deserved for his accomplishments, he approaches them with a degree of humility as befits one looking back on a satisfactory life.
This work certainly contains relevance to the programmer and also to those who study innovation in science and technology. Besides these niche audiences, interest should be extended to the general reader, for whom complex technical topics are explained in an elegant simplicity. (Let me be clear: This is written for a general audience, not a technical audience.) Any reader can learn how exactly the computer and its cousin, the Internet, came to the fore of human culture in a generation. In that sense, Kernighan tells a broad story of our civilization’s progress.
As a computer programmer and as one with interest in the history of science and technology, I found this history interesting and relevant. It’s nice to get a feeling for the personalities behind some of the software that I use each day. As befits computer programming, there is not a whole lot of drama or tension. Instead, one gets a close feel for the personal warmth and common ingenuity shared by Kernighan and his colleagues. That ostensible enjoyment, that evident respect, and that passionate love come out strongly in this memoir and are perhaps the greatest testimony that produced a work as transformative as UNIX. show less
First, the book should have been called The Practice of Programming in C and C . The intro chapters say Java, Perl, and others would be discussed, but I'd estimate the C languages make up 90% of the examples and advice. The long discussions of memory management, pointers, and portability do not apply to any of the other show more languages, or most modern languages in general.
Second, the preface says the book will teach things not covered in school, but the second chapter is a quick, incomplete, and not very rigorous intro to data structures and algorithms straight out of cs 101.
Third, the discussion on coding style is handled much better in other books, such as Code Complete and Clean Code. In fact, I'm not a fan of some of the recommended coding conventions. For example, the book advocates the use of short, abbreviated, and/or single letter variable names in many cases, which made even their short example code hard to read. Also, many of the functions in the code examples were quite long and in need of refactoring.
Fourth, as is often the case with tech content, the book has not aged well. The interface, performance, and portability chapters feel out of date. The fact that functional programming principles (and languages) are missing means this is, at best, a practical guide to purely imperative programming.
Overall: only worth a read for C coders, though a more up to date book would be better. show less
Lists
You May Also Like
Associated Authors
Statistics
- Works
- 28
- Members
- 7,355
- Popularity
- #3,324
- Rating
- 4.3
- Reviews
- 69
- ISBNs
- 120
- Languages
- 18
- Favorited
- 8













