Is there a book that describes the design and evolution of C similiar to the book 'The Design and Evolution of C++' by Bjarne Stroustrup ?

thanks, Prakash

link|improve this question
@Prakash, Pardon to have probably over-edited the question, but it was too convoluted in the original form. – phaedrus Feb 17 '10 at 17:16
feedback

2 Answers

Don't know of any books, but Dennis Ritchie has written a paper called The Development of the C Language (PDF). Also available as html.

link|improve this answer
1  
Was going to post an answer then realized you already had it; will just point out that this was originally developed for the HOPL (History of Programming Languages) II conference and is also available from the ACM. – Derrick Turk Feb 17 '10 at 18:17
feedback

Certainly no book like Stroustrup's would have been written at the time—though some might well have been written later, though not by the designers. Hans links to the only articles I know of.

C was developed at a time when computers were relatively rare compared to now: a small business probably would not have any, and large companies would have a very few, with each being shared by many people. Large universities would have a mainframe or two and maybe some of the larger departments would have a minicomputer.

Stroustrup seemed to be creating a tool for programmers based on a well-defined model for how problems should be solved. With C, I get the sense that its creators were making a tool for themselves to write an operating system and utilities. Only ego might have aspired them to think it would be popular. Certainly there's no way to have guessed it would have had such an important effect on modern computer languages.

link|improve this answer
Actually, Stroustrup was also in the itch-scratching business - he found Simula too slow. – anon Feb 17 '10 at 17:39
@Neil: And C too painful to write simulations in. – David Thornley Feb 17 '10 at 20:03
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.