mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
6f444c8544
Closes-PR: ports/2069 Submitted by: Pedro Giffuni <pgiffuni@fps.biblos.unal.edu.co>
14 lines
656 B
Plaintext
14 lines
656 B
Plaintext
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.1 It was originally designed and implemented as a
|
|
language for discrete event simulation, but was later expanded and
|
|
reimplemented as a full scale general purpose programming language.
|
|
|
|
Although SIMULA never became widely used, the language has been highly
|
|
influential on modern programming methodology. Among other things SIMULA
|
|
introduced important object-oriented programming concepts like classes and
|
|
objects, inheritance, and dynamic binding.
|
|
|
|
Jan Rune Holmevik
|
|
E-mail: jan@utri.no
|