Vibeset

Simula

Simula, created in Norway for simulations, introduced revolutionary concepts: classes, objects, inheritance and methods. It's the direct ancestor of all object-oriented programming; without it there would be no C++, Java or Python as we know them.

Para qué se usa

A favor

En contra

Ecosistema

Ejemplo

begin
  outtext("¡Hola, mundo!");
  outimage;
end;