Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Dennis Ritchie Has Died

85 views
Skip to first unread message

Bradley K. Sherman

unread,
Oct 12, 2011, 10:12:30 PM10/12/11
to

> 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

Sunner Sun

unread,
Oct 12, 2011, 10:24:02 PM10/12/11
to

RIP dmr

Kleuskes & Moos

unread,
Oct 13, 2011, 7:51:49 AM10/13/11
to

#include <stdio.h>

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

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

Alberto

unread,
Oct 13, 2011, 9:58:53 AM10/13/11
to
On Oct 13, 1:51 pm, Kleuskes & Moos <kleu...@somewhere.else.net>
wrote:

rip

Ben Bacarisse

unread,
Oct 13, 2011, 10:23:46 AM10/13/11
to
Kleuskes & Moos <kle...@somewhere.else.net> writes:

> On Wed, 12 Oct 2011 19:24:02 -0700, Sunner Sun wrote:
>
>> On Oct 13, 10:12 am, b...@panix.com (Bradley K. Sherman) wrote:
>>> > 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

<snip>

> #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).

--
Ben.

sbalneav

unread,
Oct 13, 2011, 10:39:46 AM10/13/11
to

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.

Nobody

unread,
Oct 13, 2011, 11:04:44 AM10/13/11
to

#include <stdio.h>

main()
{
printf("goodbye, world\n");
}

Kleuskes & Moos

unread,
Oct 13, 2011, 11:08:52 AM10/13/11
to

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 /
---------------------------------------

tea strainer

unread,
Oct 13, 2011, 12:32:08 PM10/13/11
to

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.

Kenny McCormack

unread,
Oct 13, 2011, 12:37:25 PM10/13/11
to
In article <j773q8$hsh$1...@speranza.aioe.org>,

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)

lovecreatesbeauty

unread,
Oct 13, 2011, 12:55:41 PM10/13/11
to
On Oct 13, 10:12 am, b...@panix.com (Bradley K. Sherman) wrote:

Dennis Ritchie created the best programming language.

Thanks and Goodbye

Gary

unread,
Oct 13, 2011, 1:21:39 PM10/13/11
to
On 10/13/2011 9:55 AM, lovecreatesbeauty wrote:
>
> Dennis Ritchie created the best programming language.

...I didn't know he created lisp.

Message has been deleted

Phil Carmody

unread,
Oct 13, 2011, 2:27:45 PM10/13/11
to

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
--
"Religion is what keeps the poor from murdering the rich."
-- Napoleon

Weifu

unread,
Oct 14, 2011, 3:40:23 AM10/14/11
to
Sad. C is not used so much now, but once I needed, it never fails me. Thanks DMR. RIP.

Mike Manilone

unread,
Oct 14, 2011, 3:57:47 AM10/14/11
to
disagree.

Jorgen Grahn

unread,
Oct 14, 2011, 9:06:36 AM10/14/11
to
On Fri, 2011-10-14, Weifu wrote:
> 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

--
// Jorgen Grahn <grahn@ Oo o. . .
\X/ snipabacken.se> O o .

sbalneav

unread,
Oct 14, 2011, 9:37:42 AM10/14/11
to
On 11-10-14 02:40 AM, Weifu wrote:
> Sad. C is not used so much now, but once I needed, it never fails me. Thanks DMR. RIP.

It's the second most popular language out there:

http://www.tiobe.com/index.php/content/paperinfo/tpci/index.html

Anoop Kammaran

unread,
Oct 14, 2011, 9:58:27 AM10/14/11
to

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

Noob

unread,
Oct 14, 2011, 10:38:24 AM10/14/11
to
Anoop Kammaran wrote:

> Come on!!!

http://catb.org/jargon/html/Y/YHBT.html

superpollo

unread,
Oct 14, 2011, 12:12:34 PM10/14/11
to
Bradley K. Sherman ha scritto:

sad news indeed. but why "has died" and not "is dead" ?

not a native speaker...

bye

Joe Pfeiffer

unread,
Oct 14, 2011, 12:17:56 PM10/14/11
to
Weifu <elvi...@gmail.com> writes:

> Sad. C is not used so much now, but once I needed, it never fails me. Thanks DMR. RIP.

You may be in an environment where one of the newer languages (C++, java,
perl, python, php...) is used, but over all C is still used a *lot*.
Each of the languages I just named as examples are implemented in it...

Joe Pfeiffer

unread,
Oct 14, 2011, 12:20:23 PM10/14/11
to
superpollo <super...@tznvy.pbz> writes:

"is dead" describes the current state, "has died" describes the event.
So, this phrasing is used to express a feeling about his dying as a
recent event.

superpollo

unread,
Oct 14, 2011, 12:26:15 PM10/14/11
to
Joe Pfeiffer ha scritto:

copy that

Jens Thoms Toerring

unread,
Oct 14, 2011, 12:52:12 PM10/14/11
to

Kenneth Brody

unread,
Oct 14, 2011, 1:30:31 PM10/14/11
to

Well, "mainstream" media is finally picking up the story.

http://www.cnn.com/2011/10/14/tech/innovation/dennis-ritchie-obit-bell-labs/

==========
> "Dennis Ritchie: The shoulders Steve Jobs stood on"
>
> The tributes to Dennis Ritchie won't match the river of praise that spilled
> out over the web after the death of Steve Jobs. But they should.
>
> And then some.
>
> "When Steve Jobs died last week, there was a huge outcry, and that was very
> moving and justified. But Dennis had a bigger effect, and the public doesn't
> even know who he is," says Rob Pike, the programming legend and current
> Googler who spent 20 years working across the hall from Ritchie at the famed
> Bell Labs.
[...]
==========


--
Kenneth Brody

army1987

unread,
Oct 14, 2011, 1:42:41 PM10/14/11
to
On Wed, 12 Oct 2011 22:12:30 -0400, Bradley K. Sherman wrote:

>> 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

May he rest in peace.

--
Vuolsi così colà dove si puote
ciò che si vuole, e più non dimandare.
[ T H I S S P A C E I S F O R R E N T ]
<http://xkcd.com/397/>

Thomas David Rivers

unread,
Oct 14, 2011, 1:50:06 PM10/14/11
to
Kenneth Brody wrote:

Very nice article indeed...

- Dave Rivers -


--
riv...@dignus.com Work: (919) 676-0847
Get your mainframe programming tools at http://www.dignus.com

spinoza1111

unread,
Oct 15, 2011, 12:28:46 AM10/15/11
to
On Oct 14, 12:37 am, gaze...@shell.xmission.com (Kenny McCormack)
wrote:
> In article <j773q8$hs...@speranza.aioe.org>,
Hi Kenny...just dropped by to commemorate Dennis' death since I have a
show today and later I'm joining a Hong Kong demonstration in support
of #occupywallstreet. I see where the Focus Nazis still are without
shame. Give my regards to Heathfield and Seebach.

spinoza1111

unread,
Oct 15, 2011, 12:35:47 AM10/15/11
to
The present perfect represents events that have "just occured". In
your example, the predicate adjective has an identical meaning.

In this connection note an oddity: that "to be born" has no active
voice and "to die" no passive. As Shakespeare observed, we come crying
hither to this great stage of fools, borne by she who bears, and
although as Shakespeare also observed, we must endure our going hence,
the language has us dying as an act. We may die, we might be killed,
but we may not "be died".

Or, as David Mamet in collaboration with Quentin Tarantino might have
written:

She: Who the fuck is Zed?
He: Zed's fucking dead, baby, Zed's dead.

Replacing that team with Joseph Conrad and TS Eliot we obtain:

Mistah Kurtz he dead

io_x

unread,
Oct 15, 2011, 2:44:36 AM10/15/11
to
"Alberto" <afm....@gmail.com> ha scritto nel messaggio
news:02f0d8fc-d406-4a88...@f36g2000vbm.googlegroups.com...
On Oct 13, 1:51 pm, Kleuskes & Moos <kleu...@somewhere.else.net>
wrote:
> On Wed, 12 Oct 2011 19:24:02 -0700, Sunner Sun wrote:
> > On Oct 13, 10:12 am, b...@panix.com (Bradley K. Sherman) wrote:
> > RIP dmr

rip



Bradley K. Sherman

unread,
Oct 17, 2011, 10:15:39 AM10/17/11
to
More from Rob Pike:
|
| I was warmly surprised to see how many people responded to
| my Google+ post about Dennis Ritchie's untimely passing.
| His influence on the technical community was vast, and it's
| gratifying to see it recognized. When Steve Jobs died there
| was a wide lament - and well-deserved it was - but it's
| worth noting that the resurgence of Apple depended a great
| deal on Dennis's work with C and Unix.
|
| The C programming language is quite old now, but still
| active and still very much in use. The Unix and Linux (and
| Mac OS X and I think even Windows) kernels are all C
| programs. The web browsers and major web servers are all in
| C or C++, and almost all of the rest of the Internet
| ecosystem is in C or a C-derived language (C++, Java), or a
| language whose implementation is in C or a C-derived
| language (Python, Ruby, etc.). C is also a common
| implementation language for network firmware. And on and on.
|
| And that's just C.
|
| Dennis was also half of the team that created Unix (the
| other half being Ken Thompson), which in some form or other
| (I include Linux) runs all the machines at Google's data
| centers and probably at most other server farms. Most web
| servers run above Unix kernels; most non-Microsoft web
| browsers run above Unix kernels in some form, even in many
| phones.
|
| And speaking of phones, the software that runs the phone
| network is largely written in C.
|
| But wait, there's more.
| ...
<https://plus.google.com/101960720994009339267/posts#101960720994009339267/posts/33mmANQZDtY>

--bks

luser- -droog

unread,
Oct 18, 2011, 12:44:47 AM10/18/11
to
On Oct 14, 11:35 pm, spinoza1111 <spinoza1...@yahoo.com> wrote:

<an eloquent testimonial of the anguish shared among even trolls>

io_x

unread,
Oct 20, 2011, 1:53:01 AM10/20/11
to

"Bradley K. Sherman" <b...@panix.com> ha scritto nel messaggio
news:j7hdaa$ba7$2...@reader1.panix.com...
> More from Rob Pike:
> |
> | I was warmly surprised to see how many people responded to
> | my Google+ post about Dennis Ritchie's untimely passing.

quasi tutti i programmatori dovrebbero aver letto approfonditamente
K&R2 e questo ha dato un so che di familiarità agli autori

> | His influence on the technical community was vast, and it's
> | gratifying to see it recognized. When Steve Jobs died there
> | was a wide lament

quando qualcuno muore, si deve sempre un riposo in pace e
possa vedere la luce di Dio per gioire di nuovo
0 new messages