Jump to content

Father Of C And UNIX, Dennis Ritchie, Passes Away At Age 70


Rincewind

Recommended Posts

Yet another giant of the computing world has passed away. Most probably haven't heard of him, unless you are a programmer, and started with C or C++, and not just responsible for a programming language that has clear influence to this very day, but the very system that is the foundation to today's OSX, Linux, and other OS based off the original UNIX. RIP Dennis Ritchie...

 

Taken From: http://techcrunch.com/2011/10/13/father-of-c-and-unix-dennis-ritchie-passes-away-at-age-70/

 

After a long illness, Dennis Ritchie, father of Unix and an esteemed computer scientist, died last weekend at the age of 70.

 

Ritchie, also known as “dmr”, is best know for creating the C programming language as well as being instrumental in the development of UNIX along with Ken Thompson. Ritchie spent most of his career at Bell Labs, which at the time of his joining in 1967, was one of the largest phone providers in the U.S. and had one of the most well-known research labs in operation.

 

Working alongside Thompson (who had written B) at Bell in the late sixties, the two men set out to develop a more efficient operating system for the up-and-coming minicomputer, resulting in the release of Unix (running on a DEC PDP-1) in 1971.

 

Though Unix was cheap and compatible with just about any machine, allowing users to install a variety of software systems, the OS was written in machine (or assembly) language, meaning that it had a small vocabulary and suffered in relation to memory.

 

By 1973, Ritchie and Thompson had rewritten Unix in C, developing its syntax, functionality, and beyond to give the language the ability to program an operating system. The kernel was published in the same year.

 

Today, C remains the second most popular programming language in the world (or at least the language in which the second most lines of code have been written), and ushered in C++ and Java; while the pair’s work on Unix led to, among other things, Linus Torvalds’ Linux. The work has without a doubt made Ritchie one of the most important, if not under-recognized, engineers of the modern era.

 

His work, specifically in relation to UNIX, led to him becoming a joint recipient of the Turing Award with Ken Thompson in 1983, as well as a recipient of the National Medal of Technology in 1998 from then-president Bill Clinton.

Edited by Rincewind
Link to comment
Share on other sites

I still remember my days of C class in college. I remember being so amazed at how the format of a variable didn't necessarily have to be declared. e.g. a number could be read in as either a regular number or as a string by just declaring 1 variable. If I remember my formatting correctly. It's been almost 20 years since I last touched C. :)

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.