Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!news.musoftware.de!wum.musoftware.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: v_borchert@despammed.com (Volker Borchert) Newsgroups: comp.lang.java.programmer Subject: Re: [OT] Dennis Ritchie dies at 70 Date: 15 Oct 2011 09:27:17 GMT Organization: Private site at Eddersheim, Germany Lines: 32 Distribution: world Message-ID: References: X-Trace: individual.net FiXBATmi6TZaRYelFDk0fQ1xI5M5pNoQD/LvYtEMv3BgacLs0M Cancel-Lock: sha1:q8+/B4wjOFeunu56sfF6AYhKmNQ= Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:8813 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. > > > > > > #include > > int main(void) > { > printf("Goodbye, world.\n"); > return 0; > } main() { printf("Goodbye, World.\n"); return 0; /* Atheists use exit(0); */ } -- "I'm a doctor, not a mechanic." Dr Leonard McCoy "I'm a mechanic, not a doctor." Volker Borchert