top | item 3697792

Brian Kernighan's new book: D is for Digital

116 points| henry_flower | 14 years ago |kernighan.com | reply

22 comments

order
[+] koeselitz|14 years ago|reply
In 1978, he co-wrote "The C Programming Language." 34 years later, he's published "D Is For Digital." At this rate, he'll be done with the whole alphabet by the year 2760.
[+] skrebbel|14 years ago|reply
Am I the only one who thought that Kernighan was yet another D (the programming language) convert upon reading the title?
[+] k4st|14 years ago|reply
Yup, I thought D (for the language) and Digital for DigitalMars (for the compiler).
[+] thepumpkin1979|14 years ago|reply
When I read the title my initial though was that this was a new book about D programming language from Digital Mars...
[+] blairbits|14 years ago|reply
After a cursory glance, it seems a lot like Code by Petzold[1], or at least a similar concept in less detail. I loved that book, and I know most others did as well. I'd love to take a look at it.

[1] http://www.charlespetzold.com/code/

[+] graeme|14 years ago|reply
I read both. D is for Digital takes up where Code leaves off. It's an easier read, Code gets harder near the end.

I just starting learning programming in January, and both Code and D is for digital were indispensable for the context they gave me.

[+] dsr_|14 years ago|reply
Nobody reading HN is in the target audience for this book.

However, we probably have acquaintances and relatives who could benefit.

[+] kalid|14 years ago|reply
I'm getting it for myself -- Kernighan is a wonderful writer, and I want to see how a master can explain technical concepts gracefully.
[+] brudgers|14 years ago|reply
There are probably more than a few HN'ers who are interested in Dennis Richie's take on these things because of their interest in what he thinks. It is analogous to the reasons HN'ers are interested in PG's thoughts about High School.
[+] dangravell|14 years ago|reply
In the wake of the ignorance highlighted by SOPA et al this book seems prescient. It sounds like a useful tome to pass on to older, yet intelligent, relatives so they can better understand how and what information they enter or leave on the Internet is collected.
[+] Kartificial|14 years ago|reply
Perfect gift for my girlfriend :)
[+] AntiRush|14 years ago|reply
Yep, I just bought it for my girlfriend's Kindle. We've been talking about how computers work lately - this seems like a great supplement.

I'm sort of curious to read it, too.

[+] spinchange|14 years ago|reply
Some other neat things by and about Mr. Kernighan linked to on this page. Even though this book focuses on rudimentary concepts, I feel like I have to have it on my shelf.
[+] A_A|14 years ago|reply
Thanks! I'm getting the book for myself, as well as for my young nephews/nieces who I'd like to introduce to CS.
[+] octopus|14 years ago|reply
Hope to see an updated edition of "The C programming language" for C99.
[+] luriel|14 years ago|reply
Sadly that is unlikely now that DMR is dead :(

But another collaboration with Rob Pike on a book about Go is likely.

[+] pjmlp|14 years ago|reply
I had hoped for it as well, but it might never happen.

Now we have already C11, and AFAIK there isn't a single compiler that fully supports C99, let alone C11.

Then we have companies like Microsoft which nowadays care only about C++, and won't improve the C standard support beyond C89 on their compiler.