Slashdot Mirror


Turing Award Goes to Pioneers of Object-Oriented Programming

Jens_AAMC wrote in to point out that the 2001 Turing Award has been announced, going to Ole-Johan Dahl and Kristen Nygaard for their work in object-oriented programming.

2 of 91 comments (clear)

  1. PostgreSQL Object Oriented Programming? by Anonymous Coward · · Score: 1, Redundant


    P.O.O.P

  2. Re:A bit late ? by entrox · · Score: 1, Redundant

    Some people say Aspect Oriented Programming (AOP) comes naturally after OOP. Instead of dividing everything into classes/objects, you divide into 'concerns' and, using some formerly specified engine, weave those together to produce your code. It looks very promising, but it's 'research in progress'.

    --
    -- The plural of 'anecdote' is not 'data'.