![]() |
I found a really good article today regarding Dennis Ritchie that I believe sums things up nicely. An excerpt follows:
"By creating C, Ritchie gave birth to the concept of open systems. C was developed so they could port Unix to any computer, and so that programs written on one platform (and the skills used to develop them) could be easily transferred to another.
In that way, Ritchie has shaped our world in much more fundamental ways than Steve Jobs or Bill Gates have. What sets him apart from them is that he did it all not in a quest for wealth or fame, but just out of intellectual curiosity. Unix and C were the product of pure research—research that started as a side-project using equipment bought based on a promise that Ritchie and Thompson would develop a word processor."
main( ) { printf("goodbye, dmr\n"); }