Categories: News

Dennis Ritchie, Father of C and Co-Developer of Unix, Dies

Linus Torvalds once said, in reference to the development of Linux, that he “had hoisted [himself] up on the shoulders of giants.” Among those giants, Dennis Ritchie (aka dmr) was likely the tallest. Ritchie, the creator of the C programming language and co-developer of the Unix operating system passed away on October 8 at the age of 70, leaving a legacy that casts a very long shadow.

I got my start with technology because of Ritchie’s work on the Unix GENIE time-share system. It made it possible for my high school to time-share the PDP-11 at SUNY-Stony Brook—the same model computer that Dennis Ritchie, Kenneth Thompson and their team used to create Unix—and for me to write my first lines of code on a DECwriter II TTY terminal.

But Ritchie’s C is even more important, in many ways, than Unix. It is the fundamental building block upon which much of what we consider to be the modern world was built.

Ritchie didn’t invent the curly-bracket syntax—that came from Martin Richards’ BCPL. But the C programming language, which he called “quirky, flawed, and an enormous success,” is the basis of nearly every programming and scripting tool, whether they use elements of C’s syntax or not. Java, JavaScript, Objective C and Cocoa, Python, Perl, and PHP would not exist without dmr’s C. Every bit of software that makes it possible for you to read this page has a trace of dmr’s DNA in it.

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.

Imagine what the world would be like if they had just stuck to that promise. What would your life be like without C or Unix? When was the first time your life was touched by dmr’s work?

Source: https://www.wired.com/2011/10/dennis-ritchie/

Nitesh Shah

Share
Published by
Nitesh Shah

Recent Posts

How to setup first Azure Virtual Machine?

Setting up your first Azure Virtual Machine can be done by following these steps: Create…

1 year ago

How to setup Amazon Cloudfront and S3 to serve static resources

Amazon CloudFront is a content delivery network (CDN) that helps you serve static content such…

1 year ago

Step-By-Step Guide To Setting Up An AWS Application Load Balancer

Step-By-Step Guide To Setting Up An AWS Application Load Balancer Are you looking for a…

1 year ago

How to restore MySQL database from .frm and .ibd files?

MySQL databases often get corrupted due to issues like hardware failure, file system failure etc.…

4 years ago

SQL Server Replication

SQL Server Replication is the process of copying databases from one node to another to…

5 years ago

101 System Admin Tools to make life easy

Here are 101 System Admin tools which make System Admins' life easy.

7 years ago

This website uses cookies.