Dennis Ritchie, the co-inventor of the C programming language and the UNIX operating system, passed away 12 October 2011.
Most people would have no idea who Ritchie is. If Steve Jobs is praised for consumerising IT, then Ritchie is the one who made computing for the masses possible by inventing technologies upon which they are built.
The C programming language underpins the majority of programming languages used today. The vast majority of software are written in C, uses a programming language written in or derived from C, or runs on other software written in C or its derivatives. The UNIX operating system and its derivatives (which include MacOS, iOS, Android, Linux, BSD, Solaris, among others) form the bedrock of Internet infrastructure and many other IT systems.
We enjoy the marvels of modern technology thanks to pioneers like these.
Most people would have no idea who Ritchie is. If Steve Jobs is praised for consumerising IT, then Ritchie is the one who made computing for the masses possible by inventing technologies upon which they are built.
The C programming language underpins the majority of programming languages used today. The vast majority of software are written in C, uses a programming language written in or derived from C, or runs on other software written in C or its derivatives. The UNIX operating system and its derivatives (which include MacOS, iOS, Android, Linux, BSD, Solaris, among others) form the bedrock of Internet infrastructure and many other IT systems.
We enjoy the marvels of modern technology thanks to pioneers like these.
#include <stdio.h>
int main()
{
printf("RIP Dennis Ritchie\n");
return 0;
}