|
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.
Some articles1 also mention a Myrhaug as a co-worker.
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.
"Note: Simula is not simply a "simulation-language": it has all of the capabilities of a general-purpose language plus support for simulation. Anecdotally, when someone once asserted that Simula was not a general-purpose language, Nygaard (one of the designers of Simula) countered by saying that Simula could do everthing that Fortran and Algol could, and more, so what would need to be removed before it could be called general-pupose!"2
See Also:
Kristen Nygaard
Bibliography
1. Simula by Kathleen Fisher
2. Ibid.

The History of Simula and Simula 67
Pascal Family Languages
Hello World
Begin
while 1=1 do begin
outtext("Hello World!");
outimage;
end;
End;
Simula Compilers
Other Related Links
|