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.

5 of 91 comments (clear)

  1. Looks like its half way to a slashdotting already by JohnHegarty · · Score: 5, Informative

    Here is the article.... before its slashdotted....

    COMPUTING'S HIGHEST HONOR AWARDED TO INVENTORS OF DOMINANT PROGRAMMING STYLE
    Norwegian Team Developed Concepts for Software Now in Home Entertainment Devices

    New York, February 5, 2002...The Association for Computing Machinery (ACM) has presented the 2001 A.M. Turing Award, considered the "Nobel Prize of Computing," to Ole-Johan Dahl and Kristen Nygaard of Norway for their role in the invention of object-oriented programming, the most widely used programming model today. Their work has led to a fundamental change in how software systems are designed and programmed, resulting in reusable, reliable, scalable applications that have streamlined the process of writing software code and facilitated software programming. Current object-oriented programming languages include C++ and Java, both widely used in programming a wide range of applications from large-scale distributed systems to small, personal applications, including personal computers, home entertainment devices, and standalone arcade applications. The A.M.Turing Award carries a $25,000 prize.

    The discrete event simulation language (Simula I) and general programming language (Simula 67) developed by Dahl and Nygaard at the Norwegian Computing Center in Oslo, Norway in the 1960's, led the way for software programmers to build software systems in layers of abstraction. With this approach, each layer of a system relies on a platform implemented by the lower layers. Their approach has resulted in programming that is both accessible and available to the entire research community.

    "The work of Drs. Dahl and Nygaard has been instrumental in developing a remarkably responsive programming model that is both flexible and agile when it is applied to complex software design and implementation," said John R. White, executive director and CEO of ACM. "It is the dominant style for implementing programs with large numbers of interacting components." The awards committee noted that the core concepts embodied in their object-oriented methods were designed for both system description and programming and provided not just a logical but a notational basis for their ideas. The benefits of their work are not limited to software but are applicable to business processes as well.

    Drs. Dahl and Nygaard are professors (emeriti) of informatics at the University of Oslo. They developed their object-oriented programming concepts at the Norwegian Computing Center from 1961-67. Professor Nygaard was involved in large-scale simulation studies at the Norwegian Defense Research Establishment from 1949-60. He continued his work on object-orientation, and did research on systems development, participative system design, and societal consequences of information technology. With Danish colleagues, he invented Beta, a general object-oriented language.

    Professor Dahl also worked at the Norwegian Defense Research Establishment, and joined the Simula project as an experienced designer and implementer of basic software as well as high level programming language. In 1968, Dahl became the first professor of informatics at the University of Oslo, responsible for establishing research and education programs in this rapidly expanding field. His focus on computer program verification led to the development of his theory of constructive types and subtypes based on computer-aided concept formation and reasoning.

    ACM will present the A.M. Turing Award, its most prestigious technical honor, at the annual ACM Awards Banquet April 27, 2002, at the University of Toronto. The award was named for A. M. Turing, a pioneer in the computing field. Financial support for the award is provided by InterTrust Technologies Corp.'s Strategic Technologies and Architectural Research Laboratory.

    About ACM

    The Association for Computing Machinery (ACM) is a major force in advancing the skills of information technology professionals and students. ACM serves its global membership by delivering cutting edge technical information and transferring ideas from theory to practice. ACM hosts the computing industry's leading Portal to Computing Literature. With its world-class journals and magazines, dynamic special interest groups, numerous conferences, workshops and electronic forums, ACM is a primary resource to the information technology field. For additional information about ACM and the ACM Portal, see www.acm.org.

  2. Object Oriented... by bje2 · · Score: 5, Funny

    In honor of them, here's some timely object oriented jokes (note: i did not come up with these)...

    "How many Object Oriented programmers does it take to change a lightbulb?"
    "None, they send it a message, and it changes itself."

    "How many C++ programmers does it take to change a light bulb?"
    "You're still thinking procedurally! A properly designed light bulb object would inherit a change method from a generic light bulb class!"

    "The nice thing about C++ is that only your friends can handle your private parts."

    "OK, I admit it: My girlfriend's just an object to me. Unfortunately, there is some information hiding, but thankfully, she's fairly encapsulated, nicely modular, and has a very well defined interface!

    "Have you heard about the object-oriented way to become wealthy?"
    "No..."
    "Inheritance."

    --

    "Facts are meaningless. You could use facts to prove anything that's even remotely true." - Homer Simpson
  3. Re:A bit late ? by Sircus · · Score: 5, Insightful

    The problem is that straight after his lunar trip, you could tell that Armstrong was Astronaut of the year. In 1980, though, you might have thought Pascal was a good, recent, world-beating innovation (to pick a possibly bad, but nonetheless useful example). History shows that C won out, and was augmented from things in the OO field to give C++. So, in CS, things take time to prove themselves.

    Granted, you could pick XML as a more recent thing that's going to have long-term improving effects. But it's not really a huge innovation, and it may turn out in 5 years that it's not as relevant as everyone thinks it's going to be.

    I guess the conclusion would be that buzz-words make for bad awards.

    --
    PenguiNet: the (shareware) Windows SSH client
  4. Re:A bit late ? by Zeinfeld · · Score: 5, Interesting
    Granted, you could pick XML as a more recent thing that's going to have long-term improving effects. But it's not really a huge innovation, and it may turn out in 5 years that it's not as relevant as everyone thinks it's going to be.

    I don't think anyone should get a Turing for XML, the inventive step took place in SGML about 15 years earlier. XML is simply a cleanup of SGML that removes incompetence, idiocy and illogic from the SGML design. The basic principle is the same though. SGML was too badly executed to give Goldfarb any awards.

    Rather than give Dahl and co an award I would much rather people looked at their ideas and acted on them. People slap each other on the back over their use of 'object oriented' languages, but Java and C# both offer only a small part of the power of the OOP model and C++ offers the wrong parts.

    The modern OOP languages offer only the data structuring concepts, Simula also had a message passing concept which has largely been lost. It took me ages to work out that the reason the message passing explanation in the C++ book was so hard to follow is that it is actually irrelevant to C++.

    A true fine grained parallelism model with message passing would be very useful at this point in time when a lot of programming projects involve networks and GUIs. The pthreads model is too low level. It is a pity that the developers did not take note of the fact that a year after inventing monitors, Hoare invented CSP which is a more powerful model.

    To give concrete examples of the benefit of deep grained parallelism and message passing consider how often Windows halts waiting for input in some dialog box in a different window or how often an X-Window will be left unrefreshed during processing. The reason is that doing the job properly requires multithreading and the pthread model is to cumbersome for most developers to deal with.

    --
    Looking for an Information Security student project suggestion?
    Try http://dotcrimeManifesto.com/
  5. Why we're not speaking SIMULA by KjetilK · · Score: 5, Interesting
    I'm going to finish an MSc in cosmology at the University of Oslo, tomorrow, and I had my share of SIMULA. It's a very nice language in many aspects, very easy to learn, you get the OOP concepts in very good. Once you understand anything, you understand OOP.

    ESR gave a lecture here a couple of years ago, and after the lecture he got the text-book in SIMULA we've used in beginner's courses. Along with that, the story why we're not all speaking SIMULA was cited:

    Donald Knuth visited the University of Oslo during a sabbatical in 1970, and after working with SIMULA, he liked it so much he wanted to bring it home with him. Nygaard et al said yes of course, but unfortunately, it wasn't theirs to give, as it was the Norwegian Research Council for Science and Humanities that owned the copyrights. And they said, "no, but you may purchase a license". Knuth said, of course "oh, too bad".

    If this story is inaccurate, I trust somebody will correct it... :-)

    A lesson to be learned is that if you protect your IP too vigorously, you are more likely to loose it all than gain anything.

    SIMULA was replaced by Java here in 1996 (I think) in the beginner's course. That's after I took it. That was the final stronghold... :-)

    BTW, I posted:
    2002-02-05 15:30:44 A. M. Turing Awards For OOP (articles,news) (rejected)

    But at the time of the submission, it wasn't posted anything on ACM's site, so I kind of understand it.

    --
    Employee of Inrupt, Project Release Manager and Community Manager for Solid