Dennis Ritchie

Dennis M. Ritchie (https://www.bell-labs.com/usr/dmr/www/ ), author of the C programming language, and one of the creators of Unix.

Publications

C Programming Language book
A classic technical manual.
the Unix Programmer's Manual
A Stream Input-Output System
An introduction to the Unix STREAMS I/O system.

In Memoriam

#include <stdio.h>
#include <stdlib.h>

int main (int argc, const char **argv)
{
   printf ("Goodbye Dennis.\n");
   exit(EXIT_SUCCESS);
}

JHJL We need a "Like" button ;) Would we have had Tcl without the foundations laid by this great pioneer of our craft?


RFox m^ (Like).
JM m^ (Like).
BAS m^ (Like).
jima m^ (Like).
US m^ (Like).
apw m^ (Like).
DKF m^ (Like).
Aprendiz m^ (Like).

Fabricio Rocha 2011-10-17: (Like) as well. Simple and meaningful homage. So sad to know about his death.