Went to a talk on Simula
and the early history of object
oriented programming given by Professor Ole-Johan Dahl
at the University of Oslo this evening.
Simula was The
First OOP language. It was invented at the Norwegian Computing Centre
between 1962 and 1967by Kristen Nygård and Dahl, and was the
first
language taught at the Department of Informatics until last
year (when they switched to Java).
By the way: The GNU Simula Compiler Cim
(written by staff at the same Department) is based on C! The
compiler and the run-time system was written in C, and the
compiler produces C code, that is then passed to GCC.
Tip of the day (from Martin
Baulig):
head -n xxx ChangeLog > log ; cvs ci -F log