This article is more than 1 year old

Dennis Ritchie: The C man who booted Unix

strcat(obit, "Quiet revolutionary");

Rescue me

Nobody came to Unix's rescue, however. During the 1970s, 1980s and 1990s, at least six flavours of Unix emerged: including BSD; XENIX from SCO; Hewlett-Packard's UX; AIX from IBM; and the Sun Microsystems and AT&T collaboration that was Unix System V R4 – which then went on to become Sun's Solaris operating system. As with C, vendors fiddled and added features, only for Unix to sink under the weight in the face of Windows from Microsoft and a new generation of cheap hardware from Intel.

What made C work? It is a high-level procedural language that used a compiler to access a machine's low-level memory and to execute, so it can span different platforms. Write a program in C for one vendor, and the application could be moved with relatively little porting to another. C is powerful: programs tend to be smaller than the equivalent BASIC code, and they execute fast. Programming with C is also accessible.

This might all have stayed locked up inside Murray Hill had it not been for the law. Under a 1958 US court antitrust court ruling, Bell Labs' then owner, AT&T, was required to license its non-telephone-related technology to anyone who requested it. When Ritchie and Thompson published their work on Unix in 1973, the labs had to hand over copies of Unix to several universities who requested it and began adding studies in Unix and C to their curricula.

In the wake of C and Unix, Ritchie was named head of the System Software Research Department at Bell Labs' Computer Sciences Research Center. He led two successive operating-systems projects in 1995 and 1996: Plan 9, a distributed operating system intended as the successor to Unix; and Inferno, which used Plan 9's distributed file system protocol but which could run as a virtual machine on other operating systems or run directly on the hardware. Inferno was written in a new language, called Limbo.

Computing, though, had moved on and it was Windows on Intel that was cutting the cost of computing and making the job of building programs easier and cheaper.

Unix has struck back, though – but using another name, Today, on the server, and on mobile the spirit of Unix lives on through Linux. Linus Torvalds announced his project of writing an open-source clone of Unix from scratch in 1991 while studying at university in Finland.

Ritchie and Thompson, meanwhile, went on to receive a Turing Award in 1983 and the US National Medal of Technology in 1998 for their work.

Looking back on this, Ritchie downplayed his role in the computing revolution he sparked. Talking to The Economist in 2004, he suggested that many of the improvements he came up with while developing C "looked like a good thing to do", implying anyone in the same place would have done the same thing.

Stroustrup calls it

However, Bjarne Stroustrup, who joined Bell Labs as a new graduate after Ritchie – where he designed and implemented C++ – saw it differently. "If Dennis had decided to spend that decade on esoteric math, Unix would have been stillborn," Stroustrup said.

Closing his tribute to Ritchie, Sutter said: "C is a poster child for why it's essential to keep those people who know a thing can't be done from bothering the people who are doing it."

Jeong Kim, Alcatel-Lucent Bell Labs president, told The Reg that Ritchie will be missed. "He was truly an inspiration to all of us, not just for his many accomplishments, but because of who he was as a friend, an inventor, and a humble and gracious man.

"We would like to express our deepest sympathies to the Ritchie family, and to all who have been touched in some way by Dennis," Kim said. ®

More about

TIP US OFF

Send us news


Other stories you might like