Hacker Newsnew | past | comments | ask | show | jobs | submit | quackulus's commentslogin

Please do tell


He's been the maintainer of glibc (still a developer), and a variety of other key bits of open source software. He's kind of famously abrasive/obtuse: https://news.ycombinator.com/item?id=2378013. The paper was kind of a canonical work, referenced by most everyone (which is no doubt why there's a copy of it on the FreeBSD site).


Any good docs on memory and data structures for c?


How does it compare to KnR?


The article states that it’s “generally an average-to-poor book”. Is KnR a poor book?


I meant coverage, not impression. I think KnR is a great book.


I’m always a little confused by the hype of KnR. It seems like just an introduction on the syntax of c?

It doesn’t seem to really tell you how to build great programs with C or anything more complex than the absolute basics which you can find on the internet for free.


The actual information is a bit out of date, and it's not a best practices manual or anything like that.

K&R's strength is its exceptional style. It's a real masterpiece in clarity, and sets a mark that most technical literature fails to pass.


I found the Annotated ANSI C Standard by Herbert Schildt to be far more helpful in understanding C syntax than the K&R book ever was. I was lucky enough to find it in a local book store while still in high school in 1993.


This book was so bad it inspired a new word:

http://catb.org/jargon/html/B/bullschildt.html


That's a different book than the one I was referring to. I was referring to The Annotated ANSI C Standard: American National Standard for Programming Languages-C : Ansi/Iso 9899-1990.


I'm going to start using this word :D


Thanks, although I’m puzzled after reading that Schildt has “clear style that leaves the reader confident but dangerously ignorant.” [0]

[0] http://herbert.the-little-red-haired-girl.org/en/c-links/ind...


I learned C in the early 90's with one of Schildt books. I actually did learn something. So there is that. It has a place close to my heart but I have to agree with most. It's not a great book.

I wish I would have a couple of good examples at hand, though


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: