1. Attachments are working again! Check out this thread for more details and to report any other bugs.

Dennis Ritchie, father of Unix and C programming language, dead at 70

Discussion in 'Fred's House of Pancakes' started by cwerdna, Oct 13, 2011.

  1. cwerdna

    cwerdna Senior Member

    Joined:
    Sep 4, 2005
    12,544
    2,123
    1
    Location:
    SF Bay Area, CA
    Vehicle:
    2006 Prius
    Dennis Ritchie, father of Unix and C programming language, dead at 70 - Computerworld
    Dennis Ritchie, father of C programming language, dies | Business Tech - CNET News

    There was a thread on Tivocommunity going on around this since yesterday but I was hesitant to post this until reputable media sources posted it. It's odd that it took so long.

    It's confirmed by a message from Bell Labs' president: Dennis Ritchie 1941-2011: Message from Jeong Kim | Alcatel-Lucent - The Blog - Alcatel-Lucent.
     
  2. qbee42

    qbee42 My other car is a boat

    Joined:
    Mar 2, 2006
    18,058
    3,074
    7
    Location:
    Northern Michigan
    Vehicle:
    2006 Prius
    Sad news. He made amazing contributions.

    Tom
     
  3. Stev0

    Stev0 Honorary Hong Kong Cavalier

    Joined:
    Sep 23, 2006
    7,201
    1,073
    0
    Location:
    Northampton, MA
    Vehicle:
    2022 Prius Prime
    Model:
    Plug-in Base
  4. amm0bob

    amm0bob Permanently Junior...

    Joined:
    May 29, 2008
    7,730
    2,547
    0
    Location:
    The last place on earth to get cable, Sacramento
    Vehicle:
    2008 Prius
    Model:
    II
  5. TonyPSchaefer

    TonyPSchaefer Your Friendly Moderator
    Staff Member

    Joined:
    May 11, 2004
    14,816
    2,498
    66
    Location:
    Far-North Chicagoland
    Vehicle:
    2017 Prius Prime
    Model:
    Prime Advanced
    class GoodbyeWorldApp {
    public static void main(String[] args) {
    //Display "Goodbye World!"
    System.out.println("Goodbye World!");
    }
    }
     
    1 person likes this.
  6. qbee42

    qbee42 My other car is a boat

    Joined:
    Mar 2, 2006
    18,058
    3,074
    7
    Location:
    Northern Michigan
    Vehicle:
    2006 Prius
    Tony, you should have stayed with plain C. That way you could avoid all of the darned class structure.

    Tom
     
  7. PriQ

    PriQ CT+iQ

    Joined:
    Feb 16, 2010
    377
    113
    0
    Location:
    Europe
    Vehicle:
    Other Hybrid
    Model:
    Two
    A man whose has given great contribution to the World has passed away. His work does indeed outlive him, and will be cheries by many for decades to come.

    May he rest in peace.


    That's like driving the president from GM away in a hearse from Ford!
     
    3 people like this.
  8. daniel

    daniel Cat Lovers Against the Bomb

    Joined:
    Feb 25, 2004
    14,487
    1,518
    0
    Location:
    Spokane, WA
    Vehicle:
    2004 Prius
    When I got my first computer, a Kaypro 2X, I started writing programs in Basic. It was so frustrating that I started asking folks if I should learn Assembler. I was advised that Assembler is too tedious, and that I should learn C, in which I'd be able to do anything I liked.

    I bought the Kernigan and Ritchie book, and a C compiler for CP/M, and I never looked back. When I bought my PC-AT clone running DOS, I bought a C compiler for it, and after a while installed Microport Unix on a partition.

    I programmed in C under DOS and Unix until I sold my computer to move to Mexico to learn Spanish. By the time I got another computer, it ran Windows, and programming event-driven style was too tedious and I gave it up. I know that somewhere in my Mac (or on the OS X installation disk) there's a C compiler, but what I really want is a compiler that would do all the tedious housework of setting up and managing a window, and allow me to just write program code like I used to do with plain C under DOS.

    I never learned C++.

    Dennis Ritchie will be missed. So sorry to see him go.
     
  9. zenMachine

    zenMachine Just another Onionhead

    Joined:
    Mar 3, 2007
    3,355
    300
    0
    Location:
    Texas
    Vehicle:
    2007 Prius
    I too had that Kernigan & Ritchie book.

    RIP, Mr. Ritchie.
     
  10. cwerdna

    cwerdna Senior Member

    Joined:
    Sep 4, 2005
    12,544
    2,123
    1
    Location:
    SF Bay Area, CA
    Vehicle:
    2006 Prius
    XCode should let you write command line apps but you that won't manage a window for you. It'll run just within in a Unix window...