Jump to content

Simula: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Ak120 (talk | contribs)
Line 22: Line 22:
*R.J. Pooley: ''An Introduction to Programming in Simula'' - Blackwell Scientific 1987, ISBN 0-632-01611-6
*R.J. Pooley: ''An Introduction to Programming in Simula'' - Blackwell Scientific 1987, ISBN 0-632-01611-6
*Bjørn Kirkerud: ''Object-Oriented Programming with Simula'' - Addison-Wesley 1989, ISBN 0-201-17574-6
*Bjørn Kirkerud: ''Object-Oriented Programming with Simula'' - Addison-Wesley 1989, ISBN 0-201-17574-6


* [http://heim.ifi.uio.no/~steinkr/papers/HiNC1-webversion-simula.pdf The Birth of Simula] by Stein Krogdahl
* [http://heim.ifi.uio.no/~steinkr/papers/HiNC1-webversion-simula.pdf The Birth of Simula] by Stein Krogdahl
* [http://www.iro.umontreal.ca/~vaucher/Simula/OVERVIEW An old Simula information text file]
* Andrew P. Black: [https://archive.org/details/arxiv-1303.0427 Object-oriented programming: some history, and challenges for the next fifty years]
* Andrew P. Black: [https://archive.org/details/arxiv-1303.0427 Object-oriented programming: some history, and challenges for the next fifty years]
* Jan Rune Holmevik: [http://staff.um.edu.mt/jskl1/simula.html Compiling Simula] - A published article on the history of Simula ([http://www.idi.ntnu.no/grupper/su/publ/simula/holmevik-simula-ieeeannals94.pdf PDF])
* Jan Rune Holmevik: [http://staff.um.edu.mt/jskl1/simula.html Compiling Simula] - A published article on the history of Simula ([http://www.idi.ntnu.no/grupper/su/publ/simula/holmevik-simula-ieeeannals94.pdf PDF])

Revision as of 03:06, 1 December 2019

A family of languages developed in Norway in the 1960's and specifically designed to create simulations in. Supersets of Algol 60, the Simula languages are notable for being the first object oriented languages in the world and being the predecessor to both Smalltalk and C++, while the object oriented features of Smalltalk over time moved quite a bit away from their Simula origins, C++ retains the object oriented model it inherited in a surprisingly faithful fashion.

Like so many older programming languages Simula used to be spelled with all caps, or SIMULA, however since the ratification of the Simula 87 standard the convention has been to spell it like any other noun, although when referring to classic versions the all caps convention is commonly used, i.e. SIMULA 66 and so on.

History

The project was initiated in 1962 by Kristen Nygaard, and he alongside Ole-Johan Dahl were the main designers of the language, at the time both were working for the Norwegian Computing Center.

OS/2 implementations

  • Cim - Open source - Discontinued - Simula to C translator
  • PC Simula - Commercial - Discontinued

DOS implementations

  • Cim - Open source - Discontinued - Simula to C translator
  • PC Simula - Commercial - Discontinued - Now freeware

Java implementations

  • J-Sim - Open source - Current - Simula like rather than pure Simula.

Publications

  • G.M. Birtwistle: SIMULA Begin - Auerbach 1973, ISBN 91-44-06211-7
  • R.J. Pooley: An Introduction to Programming in Simula - Blackwell Scientific 1987, ISBN 0-632-01611-6
  • Bjørn Kirkerud: Object-Oriented Programming with Simula - Addison-Wesley 1989, ISBN 0-201-17574-6

Links

Tutorials

Standards

  • The original paper on SIMULA 67 that most compilers referenced is called Common Base Language.
  • The Simula 86 standard