[OT] Dennis Ritchie dies at 70

R

Roedy Green

Dennis Ritchie, whose work creating the C programming language and the
Unix operating system became the cornerstone of today’s modern world of
computing, has died. He was 70.

UNIX is basically a simple operating system, but you have to be a
genius to understand the simplicity.
~ Dennis Ritchie 1941-09-09 2011-10-08
--
Roedy Green Canadian Mind Products
http://mindprod.com
It should not be considered an error when the user starts something
already started or stops something already stopped. This applies
to browsers, services, editors... It is inexcusable to
punish the user by requiring some elaborate sequence to atone,
e.g. open the task editor, find and kill some processes.
 
M

Martin Gregorie

Dennis Ritchie, whose work creating the C programming language and the
Unix operating system became the cornerstone of today’s modern world of
computing, has died. He was 70.

Ritchie’s death was announced Wednesday in a staff memo from Jeong Kim,
president of Bell Labs, where Ritchie worked from 1967 to 2007.

<http://blog.sfgate.com/techchron/2011/10/13/dennis-ritchie-computer-
pioneer-dies-at-70/?tsp=1>

I think these obits say a little more......

http://www.theregister.co.uk/2011/10/13/dennis_ritchie/
http://www.theregister.co.uk/2011/10/13/dennis_ritchie_obituary/
 
T

Tom Anderson

#include <stdio.h>

int main(void)
{
printf("Goodbye, world.\n");
return 0;
}

A patch for atheists:

--- dmr.c 2011-10-14 14:24:07.535509060 +0100
+++ dmr2.c 2011-10-14 14:24:31.291128788 +0100
@@ -3,5 +3,5 @@
int main(void)
{
printf("Goodbye, world.\n");
- return 0;
+ exit(0);
}

tom
 
D

Donkey Hottie

14.10.2011 16:26, Tom Anderson kirjoitti:
A patch for atheists:

--- dmr.c 2011-10-14 14:24:07.535509060 +0100
+++ dmr2.c 2011-10-14 14:24:31.291128788 +0100
@@ -3,5 +3,5 @@
int main(void)
{
printf("Goodbye, world.\n");
- return 0;
+ exit(0);
}

tom

#include <stdio.h>

main()
{
printf("Goodbye, World.\n");
exit(0);
}
 
M

markspace

None of these links say what actually got him. Was it just old age? 70's
a *touch* young for that, though.


I uh, happen to be connected to this world wide information network,
which allows me to look up information about things. You should look
into getting one yourself.

<http://www.google.com/search?q=dennis+ritchie+cause+of+death>

"Dennis Ritchie, 70, a computer scientist who changed modern technology
by writing an elegantly simple computer programming language, was found
dead at his home in Murray Hill, N.J., his former colleague Rob Pike said.

"Pike received word Oct. 12 that Dr. Ritchie’s body had been discovered
last weekend. A cause of death was not immediately available."


So there you go. Unknown, not immediately available. He was found dead
in his home.
 
B

B1ll Gat3s

I uh, happen to be connected to this world wide information network,
which allows me to look up information about things. You should look
into getting one yourself.

<http://www.google.com/search?q=dennis+ritchie+cause+of+death>

You don't think I tried that sort of thing? But I got no answer.
"Pike received word Oct. 12 that Dr. Ritchie’s body had been discovered
last weekend. A cause of death was not immediately available."

And apparently neither did you.
 
V

Volker Borchert

rossum said:
#include <stdio.h>

int main(void)
{
printf("Goodbye, world.\n");
return 0;
}

main() {
printf("Goodbye, World.\n");
return 0;
/* Atheists use
exit(0);
*/
}
 
D

Donkey Hottie

15.10.2011 01:09, Arne Vajhøj kirjoitti:
Implicit type. Tsk tsk.

Arne

The point was K&R C

main()
int argc;
char *argv[];
{
printf("<S>\n");
exit(0);
}
 
B

B1ll Gat3s

'Palin becomes frustrated with this, insisting that he paid for an
argument, and "an argument is an intellectual process, while
contradiction is just the automatic gainsaying of anything the other
person says."'

Cute.

The fact remains that I still don't know his cause of death, and all the
claiming that "I got an answer" won't change the fact that in reality I
still don't know.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,022
Latest member
MaybelleMa

Latest Threads

Top