|
| |
| | Object-oriented programming language article - Object-oriented programming language object-oriented programming Simula ... |
 | | Though Simula (1967), a language created for making simulation programs, was probably the first language to have the primary features of an object-oriented language, Smalltalk is arguably the canonical example, and the one with which much of the theory of object-oriented programming was developed. |  | | An object-oriented programming language is one that allows or encourages, to some degree, object-oriented programming methods. |  | | Object-oriented programming language article - Object-oriented programming language definition - what means Object-oriented programming language |
|
http://www.what-means.com/encyclopedia/Object-oriented_programming_language
(180 words)
|
|
| |
| | Object-oriented programming - Open Encyclopedia |
 | | Object-oriented programming developed as the dominant programming methodology during the mid-1980s, largely due to the influence of C++, an extension of the C programming language. |  | | However this was an application and not a programming paradigm. |  | | The Paradigm of OOP is essentially not that of programming, but one of design, a system is designed by defining the objects that will exist in that system, the code which actually does the work is irrelevant to the object, or the people using the object due to encapsulation. |
|
http://open-encyclopedia.com/Object-oriented
(3138 words)
|
|
| |
| | Simula Programming Language Encyclopedia Article, Definition, History, Biography |
 | | Simula is a programming language developed in the 1960s at the Norwegian Computing Centre in Oslo, primarily by Ole-Johan Dahl and Kristen Nygaard. |  | | Simula introduced the object-oriented programming paradigm and thus can be considered the first object-oriented programming language and a predecessor to Smalltalk, C++, Java, C#, and all modern class-based object-oriented languages. |  | | Simula was never just an academic language (it was still used for a few real-world applications as of 2003), but its historical influence is considered far more important than any actual work done with it. |
|
http://www.karr.net/search/encyclopedia/Simula_programming_language
(441 words)
|
|
| |
| | Everything in: Simula Programming Language Overview |
 | | The Simula programming language was created by Ole-Johan and Kristen Nygaard at the Norwegian Computing Center in Oslo between 1962 and 1967 for simulations. |  | | Simula is based in ALGOL 60 programming language, but adds to it classes, object, and co-routines. |  | | Simula has been highly influential on modern programming methodology. |
|
http://ice.prohosting.com/wmnet/everythingin/computers/programming/languages/simula.htm
(75 words)
|
|
| |
| | How Object-Oriented Programming Started |
 | | Simula 67 and modifications of Simula were used in the design of VLSI circuitry (Intel, Caltech, Stanford). |  | | Simula 67 introduced most of the key concepts of object-oriented programming: both objects and classes, subclasses (usually referred to as inheritance) and virtual procedures, combined with safe referencing and mechanisms for bringing into a program collections of program structures described under a common class heading (prefixed blocks). |  | | The Simula languages were developed at the Norwegian Computing Center, Oslo, Norway by Ole-Johan Dahl and Kristen Nygaard. |
|
http://heim.ifi.uio.no/~kristen/FORSKNINGSDOK_MAPPE/F_OO_start.html
(855 words)
|
|
| |
| | Simula : Simula programming language |
 | | Simula was developed in the 1960s at the Norwegian Computing Centre in Oslo, primarily by Ole-Johan Dahl and Kristen Nygaard. |  | | Simula was designed for simulations, and the needs of that domain provided the framework for many of the features of object oriented languages today. |  | | terms defined : Simula : Simula programming language |
|
http://www.termsdefined.net/si/simula-programming-language.html
(159 words)
|
|
| |
| | Cetus Links: 16604 Links on Objects and Components / Simula |
 | | An Introduction to Programming in Simula (R.J. Pooley) |  | | The language was designed by Dahl, Myhrhaug and Nygaard at the Norwegian Computing Center, Oslo and the first version of the language, Simula-1, described in 1966, was strictly a Simulation language (like GPSS). |  | | In addition to leading to modern Simula, Simula 67 was an inspiration to the Xerox Palo Alto Research Center (PARC) group who developed Smalltalk and to Bjarne Stroustrop in his development of C++. |
|
http://www.cetus-links.org/oo_simula.html
(281 words)
|
|
| |
| | The BETA Programming Language |
 | | This language should be a (programming language) successor to Simula and was called Gamma In the seventies, it was often assumed that a general programming language was not usable as a systems programming langauge. |  | | Object-oriented programming originated with the Simula languages developed at the Norwegian Computing Center, Oslo, in the 1960s. |  | | Simula has been used by a relatively small community for a number of years, although it has had a major impact on research in computer science. |
|
http://heim.ifi.uio.no/~kristen/FORSKNINGSDOK_MAPPE/F_BETA_hovedside.html
(1382 words)
|
|
| |
| | Exploring the Simula Programming Language |
 | | Simula was originally designed and implemented as a language for discrete event simulation, but was later expanded and re-implemented as a general purpose programming language. |  | | Ole-Johan Dahl and Kristen Nygaard developed Simula (1962-1965) and Simula 67 (1967) while working at the Norwegian Computing Center (NCC) in Olslo Norway. |  | | These were the first two object-oriented programming languages. |
|
http://www.hitmill.com/programming/cpp/simula.html
(167 words)
|
|
| |
| | Compiling SIMULA |
 | | The SIMULA programming language was designed and built by Ole-Johan Dahl and Kristen Nygaard at the Norwegian Computing Centre (NCC) in Oslo between 1962 and 1967. |  | | Although ALGOL was intended to be a general-purpose programming language, it came to be seen essentially as a tool for numerical computations. |  | | During the 1960s, the call for a more concerted effort in programming language design grew stronger, and one solution that more and more language developers found promising was the general-purpose language, the programming language that was so general in nature that it could be used for all conceivable purposes. |
|
http://staff.um.edu.mt/jskl1/simula.html
(14246 words)
|
|
| |
| | Sip From The Firehose: August 9, 2000 - Do We Need Another Programming Language? |
 | | Programming languages (and the compilers, debuggers, and other tools) help developers build the software that takes advantage of business opportunities and solve real problems. |  | | Besides the languages listed above, it is worth noting a few of the thousands of programming languages that have been created over the years that were notable in their own way. |  | | Prolog "Programming in Logic" (1971) by Alain Colmerauer, Robert Kowalski, and Phillipe Roussel. |
|
http://community.borland.com/article/0,1410,22741,00.html
(1539 words)
|
|
| |
| | Simula-67 Comparison Table |
 | | A programming language in which each data item with the operations used on it is designated as an object; the routines used to operate on the data item are called methods; and objects are grouped in a hierarchy of classes, with each class inheriting characteristics from the class above it |  | | programming language > object-oriented programming language > Simula-67 |  | | to allow programmers to write programs that simulate the way objects in the real world behave |
|
http://www.site.uottawa.ca:4321/java/Simula-67_table.html
(102 words)
|
|
| |
| | Montreal SIMULA Site |
 | | Sweden: A Simula windowpackage for X, Department of Computer Science at Lund University. |  | | SIMULA in C) means that anyone can teach and program in Simula. |  | | We had been using Simula in simulation courses since 1970 when we found it bundled on our CDC computer. |
|
http://www.iro.umontreal.ca/%7esimula
(903 words)
|
|
| |
| | Computer Languages History |
 | | Introduction to SNOBOL Programming Language by Mohammad Noman Hameed |  | | The AWK Programming Language by Alfred V. Aho, Brian W. Kernighan, and Peter J. Weinberger |  | | An interactive historical roster of computer languages by Diarmuid Pigott. |
|
http://www.levenez.com/lang
(258 words)
|
|
| |
| | Stroustrup: Publications |
 | | Stroustrup: An Overview of the C++ Programming Language. |  | | Stroustrup: Why no single programming language can solve every need. |  | | Why C++ isn't just an Object-Oriented Programming Language. |
|
http://www.research.att.com/~bs/papers.html
(1148 words)
|
|
| |
| | Open Directory - Computers: Programming: Languages: Simula |
 | | Montreal Simula Site - Designed to help with teaching and popularity by providing, eventually, a full online reference, and useful web pointers and access to Simula application software. |  | | The History of Simula - A paper describing how and why Simula, the first object-oriented language, was developed |  | | The Simula Programming Language - Some information on Simula |
|
http://dmoz.org/Computers/Programming/Languages/Simula
(127 words)
|
|
| |
| | Kristen Nygaard |
 | | Between 1961-1965, Kristen Nygaard and Ole-Johan Dahl developed SIMULA I and SIMULA 67 - the first object oriented programming languages, introducting the concepts upon which all later oOP langaugaes are built: Objects, classes, inheritance, virtual quantities and multi-threaded (quasi-parallel) program execution. |  | | Kristen Nygaard continued working for the Norwegian Defense Research Establishment (in computing and programming 1948-1954, and in operational research 1952-1960, and was head of the first operational research groups in the Norwegian defense - 1957-1960). |  | | By Associated Press, 8/11/2002 19:36 OSLO, Norway (AP) Kristen Nygaard, a pioneer in developing the Simula programming language that laid the foundation for Java, C++ and others, has died. |
|
http://www.hitmill.com/programming/cpp/nygaard.html
(206 words)
|
|
| |
| | [No title] |
 | | " Vim syntax file " Language: Simula " Maintainer: Haakon Riiser |
|
http://folk.uio.no/hakonrk/vim/syntax/simula.vim
(111 words)
|
|
| |
| | Jacob Palme papers about SIMULA |
 | | Making Simula into a Programming language for real time. |  | | How I fought with hardware and software and succeeded. |  | | Experience from the standardisation of the Simula Programming language. |
|
http://www.dsv.su.se/jpalme/s1/jp-on-simula.html
(73 words)
|
|
| |
| | Simula Languages Programming |
 | | Site desc: A paper describing how and why Simula, the first object-oriented language, was developed |  | | Site desc: Cetus Links: 16604 Links on Objects and Components / Simula |  | | Site title: Cetus Links: 16604 Links on Objects and Components / Simula |
|
http://www.xmeta.com/web/6220/computers/programming/languages/simula
(153 words)
|
|
| |
| | Borg |
 | | This was my final-project for my course IN105-Introduction to Programming at the |  | | Unfortunately, the programming language Simula never caught on, and there is no compiler available. |  | | The program itself is a simple database for registering |
|
http://userwww.sfsu.edu/~borg/work/Programming/car-reg.htm
(47 words)
|
|
|