Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.programmer > #8824

Re: [OT] Dennis Ritchie dies at 70

From v_borchert@despammed.com (Volker Borchert)
Newsgroups comp.lang.java.programmer
Subject Re: [OT] Dennis Ritchie dies at 70
Date 2011-10-15 18:12 +0000
Organization Private site at Eddersheim, Germany
Message-ID <j7cier$m8t$1@Gaia.teknon.de> (permalink)
References <j77km3$seg$1@dont-email.me> <5mlom8-vij.ln1@hurricane.fredriksson.dy.fi> <a4ag97tigmatu0t5dpe963i41sjtk2v9sm@4ax.com> <j7bjll$dst$1@Gaia.teknon.de> <alpine.DEB.2.00.1110151442360.11833@urchin.earth.li>

Show all headers | View raw


Tom Anderson wrote:
> On Sat, 15 Oct 2011, Volker Borchert wrote:
> 
> > rossum wrote:
> >> On Thu, 13 Oct 2011 14:20:00 -0700, markspace <-@.> wrote:
> >>
> >>> 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>
> >>
> >> #include <stdio.h>
> >>
> >> int main(void)
> >> {
> >>     printf("Goodbye, world.\n");
> >>     return 0;
> >> }
> >
> > main() {
> >       printf("Goodbye, World.\n");
> >       return 0;
> >       /* Atheists use
> >       exit(0);
> >       */
> > }
> 
> At least put that in an IFDEF!

Combined with <5mlom8-vij.ln1@hurricane.fredriksson.dy.fi> we have now

main(argc, argv)
	int argc;
	char *argv[];
{
	printf("Goodbye, World.\n");

#ifdef ATHEIST
	exit(0);
#else
	return 0;
#endif
}

Can this be agreed upon?

-- 

"I'm a doctor, not a mechanic." Dr Leonard McCoy <mccoy@ncc1701.starfleet.fed>
"I'm a mechanic, not a doctor." Volker Borchert  <v_borchert@despammed.com>

Back to comp.lang.java.programmer | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

[OT] Dennis Ritchie dies at 70 markspace <-@.> - 2011-10-13 14:20 -0700
  Re: [OT] Dennis Ritchie dies at 70 Roedy Green <see_website@mindprod.com.invalid> - 2011-10-13 17:12 -0700
  Re: [OT] Dennis Ritchie dies at 70 Martin Gregorie <martin@address-in-sig.invalid> - 2011-10-14 00:40 +0000
    Re: [OT] Dennis Ritchie dies at 70 B1ll Gat3s <wm.g4t3s@m1cr0s0f7.c0m> - 2011-10-14 16:59 -0400
      Re: [OT] Dennis Ritchie dies at 70 markspace <-@.> - 2011-10-14 14:13 -0700
        Re: [OT] Dennis Ritchie dies at 70 B1ll Gat3s <wm.g4t3s@m1cr0s0f7.c0m> - 2011-10-14 17:22 -0400
          Re: [OT] Dennis Ritchie dies at 70 Lew <lewbloch@gmail.com> - 2011-10-14 15:44 -0700
            Re: [OT] Dennis Ritchie dies at 70 B1ll Gat3s <wm.g4t3s@m1cr0s0f7.c0m> - 2011-10-15 01:11 -0400
              Re: [OT] Dennis Ritchie dies at 70 Lew <lewbloch@gmail.com> - 2011-10-15 08:54 -0700
                Re: [OT] Dennis Ritchie dies at 70 B1ll Gat3s <wm.g4t3s@m1cr0s0f7.c0m> - 2011-10-15 15:37 -0400
                Re: Dennis Ritchie dies at 70 Paul Cager <paul.cager@googlemail.com> - 2011-10-17 03:00 -0700
              Re: [OT] Dennis Ritchie dies at 70 Arne Vajhøj <arne@vajhoej.dk> - 2011-10-15 21:43 -0400
                Re: [OT] Dennis Ritchie dies at 70 B1ll Gat3s <wm.g4t3s@m1cr0s0f7.c0m> - 2011-10-16 01:30 -0400
                Re: [OT] Dennis Ritchie dies at 70 "Charles Hottel" <chottel@earthlink.net> - 2011-10-16 11:19 -0400
                Re: [OT] Dennis Ritchie dies at 70 B1ll Gat3s <wm.g4t3s@m1cr0s0f7.c0m> - 2011-10-16 18:28 -0400
                Re: [OT] Dennis Ritchie dies at 70 Arne Vajhøj <arne@vajhoej.dk> - 2011-10-16 22:24 -0400
                Re: [OT] Dennis Ritchie dies at 70 B1ll Gat3s <wm.g4t3s@m1cr0s0f7.c0m> - 2011-10-17 21:34 -0400
                Re: [OT] Dennis Ritchie dies at 70 Tom Anderson <twic@urchin.earth.li> - 2011-10-16 23:21 +0100
                Re: [OT] Dennis Ritchie dies at 70 Arne Vajhøj <arne@vajhoej.dk> - 2011-10-16 22:27 -0400
  Re: [OT] Dennis Ritchie dies at 70 rossum <rossum48@coldmail.com> - 2011-10-14 13:19 +0100
    Re: [OT] Dennis Ritchie dies at 70 Tom Anderson <twic@urchin.earth.li> - 2011-10-14 14:26 +0100
      Re: [OT] Dennis Ritchie dies at 70 Donkey Hottie <donkey@fredriksson.dy.fi> - 2011-10-14 16:53 +0300
        Re: [OT] Dennis Ritchie dies at 70 Arne Vajhøj <arne@vajhoej.dk> - 2011-10-14 18:09 -0400
          Re: [OT] Dennis Ritchie dies at 70 v_borchert@despammed.com (Volker Borchert) - 2011-10-15 09:28 +0000
            Re: [OT] Dennis Ritchie dies at 70 Arne Vajhøj <arne@vajhoej.dk> - 2011-10-15 21:43 -0400
              Re: [OT] Dennis Ritchie dies at 70 v_borchert@despammed.com (Volker Borchert) - 2011-10-16 04:51 +0000
          Re: [OT] Dennis Ritchie dies at 70 Donkey Hottie <donkey@fredriksson.dy.fi> - 2011-10-15 18:38 +0300
            Re: [OT] Dennis Ritchie dies at 70 Arne Vajhøj <arne@vajhoej.dk> - 2011-10-15 21:51 -0400
    Re: [OT] Dennis Ritchie dies at 70 v_borchert@despammed.com (Volker Borchert) - 2011-10-15 09:27 +0000
      Re: [OT] Dennis Ritchie dies at 70 Tom Anderson <twic@urchin.earth.li> - 2011-10-15 14:43 +0100
        Re: [OT] Dennis Ritchie dies at 70 v_borchert@despammed.com (Volker Borchert) - 2011-10-15 18:12 +0000
          Re: [OT] Dennis Ritchie dies at 70 Arne Vajhøj <arne@vajhoej.dk> - 2011-10-15 21:39 -0400
          Re: [OT] Dennis Ritchie dies at 70 David Lamb <dalamb@cs.queensu.ca> - 2011-10-20 12:39 -0400
            Re: [OT] Dennis Ritchie dies at 70 Gene Wirchenko <genew@ocis.net> - 2011-10-20 10:04 -0700
            Re: [OT] Dennis Ritchie dies at 70 Tom Anderson <twic@urchin.earth.li> - 2011-10-20 20:36 +0100
          Re: [OT] Dennis Ritchie dies at 70 Jan Burse <janburse@fastmail.fm> - 2011-10-21 20:42 +0200
            Re: [OT] Dennis Ritchie dies at 70 Daniel Pitts <newsgroup.nospam@virtualinfinity.net> - 2011-10-21 18:54 -0700
      Re: [OT] Dennis Ritchie dies at 70 Arne Vajhøj <arne@vajhoej.dk> - 2011-10-15 21:37 -0400

csiph-web