10 lines
1015 B
Plaintext
10 lines
1015 B
Plaintext
{{stub}}
|
|
{{language}}
|
|
Simula is considered the first object-oriented programming language. As its name implies, Simula was designed for doing simulations, and the needs of that domain provided the framework for many of the features of object-oriented languages today. The Syntax is derived from [[ALGOL 60]], of which it is a superset.
|
|
|
|
Simula has been used in a wide range of applications such as simulating VLSI designs, process modeling, protocols, algorithms, and other applications such as typesetting, computer graphics, and education. Since Simula-type objects are reimplemented in [[C++]], [[Java]] and [[C#]] the influence of Simula is often understated. The creator of C++, Bjarne Stroustrup, has acknowledged that Simula 67 was the greatest influence on him to develop C++, to bring the kind of productivity enhancements offered by Simula to the raw computational speed offered by lower level languages like [[BCPL]].[[#Citation|[1]]]
|
|
|
|
|
|
==See also==
|
|
*[[wp:Simula|Wikipedia page on Simula]]
|
|
*[[ALGOL 60]] |