Dennis Ritchie Has Died

B

Bradley K. Sherman

Sad news. Rob Pike reports on Google Plus that Dennis Ritchie
died at his home this weekend after a long illness. Ritchie
created the C programming language and was a key contributor
to Unix. In 1983 he received the Turing Award with his long
time colleague Ken Thompson for the development of operating
systems theory and the implementation of the UNIX. He was
elected to the National Academy of Engineering in 1988.

--bks
 
K

Kleuskes & Moos


#include <stdio.h>

int
main(void)
{
printf("Thanks! (requiescat in pace)\n");
return EXIT_SUCCESS;
}

-------------------------------------------------------------------------------
___________________
< Are we THERE yet? >
-------------------
\
\
___
{~._.~}
( Y )
()~*~()
(_)-(_)
-------------------------------------------------------------------------------
 
A

Alberto

#include <stdio.h>

int
main(void)
{
  printf("Thanks! (requiescat in pace)\n");
  return EXIT_SUCCESS;

}

-------------------------------------------------------------------------------
 ___________________
< Are we THERE yet? >
 -------------------
  \
   \
       ___  
     {~._.~}
      ( Y )
     ()~*~()  
     (_)-(_)  
-------------------------------------------------------------------------------

rip
 
B

Ben Bacarisse

#include <stdio.h>

int
main(void)
{

return EXIT_SUCCESS;
}

I think:

#include <stdio.h>

main()
{
printf("Thanks\n");
return (0);
}

is more appropriate (though the change in the string is just personal
taste).
 
S

sbalneav


My sympathies go out to his family and friends. It's too bad
there won't be the same level of public grief for Dennis R. as
there was for Steve J. I'd argue Dennis has had the greater
impact on the computing world than Steve did; Steve made a
nice house with a good paintjob and flashy curtains.

Dennis poured the foundation.
 
K

Kleuskes & Moos

I think:

#include <stdio.h>

main()
{
printf("Thanks\n");
return (0);
}

is more appropriate (though the change in the string is just personal
taste).

Nack. His brainchild grew beyond the original K&R, the C89-version reflects
this. The only flaw is that i forgot to include stdlib.h

The sentiment is the same, though. A great man died.

-------------------------------------------------------------------------------
_______________________________________
/ I like the way ONLY their mouths move \
\ ... They look like DYING OYSTERS /
---------------------------------------
\
\
___
{~._.~}
( Y )
()~*~()
(_)-(_)
-------------------------------------------------------------------------------
 
T

tea strainer

You're off-topic here. This group discusses the C language. Try asking
over at soc.history.science where the experts hang out - they'll be able
to give you a better answer to your question.
 
K

Kenny McCormack

You're off-topic here. This group discusses the C language. Try asking
over at soc.history.science where the experts hang out - they'll be able
to give you a better answer to your question.

Well done! Applause, applause.

--
But the Bush apologists hope that you won't remember all that. And they
also have a theory, which I've been hearing more and more - namely,
that President Obama, though not yet in office or even elected, caused the
2008 slump. You see, people were worried in advance about his future
policies, and that's what caused the economy to tank. Seriously.

(Paul Krugman - Addicted to Bush)
 
S

Stefan Ram

lovecreatesbeauty said:
Dennis Ritchie created the best programming language.

»=head2 What language is Parrot written in?

C.

=head2 For the love of God, man, why?!?!?!?

Because it's the best we've got.«

http://www.davidcole.net/msie/notes/ipl/perl/jul13/parrot/parrot-0.0.4/docs/faq.pod

»Here's the thing: C is everywhere. Recently Tim Bray made
basically the same point; all the major operating systems,
all the high-level language runtimes, all the databases,
and all major productivity applications are written in C.«

http://girtby.net/archives/2008/08/23/in-defence-of-c/

»According to the TIOBE index, the C programming
language is the most popular language in April 2010.«

http://www.geeks3d.com/20100413/tiobe-index-c-language-back-at-number-1-position/
 
P

Phil Carmody

Pretty much everyone cited as being important in the
computer business nowadays owes much of that to DMR and
those he worked closely with.

A sad loss now, but summed over 70 years the nett gain
was immeasurable.

Phil
 
J

Jorgen Grahn

Sad. C is not used so much now,

It is one of the most used languages. I work with it all day, and have
done so for fifteen years. And when I don't, I work with C++, which
wouldn't have been viable without C.
Thanks DMR. RIP.

Yes, thanks.

/Jorgen
 
A

Anoop Kammaran

You're off-topic here. This group discusses the C language. Try asking
over at soc.history.science where the experts hang out - they'll be able
to give you a better answer to your question.

Come on!!! If it wasn't for him, this group wouldn't even exist...
 

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

Forum statistics

Threads
473,774
Messages
2,569,599
Members
45,175
Latest member
Vinay Kumar_ Nevatia
Top