SAKO (programming language)


SAKO is a Polish language-based programming language written between 1959 and 1960 by a team from the ZAM division of the Polish Academy of Sciences. Originally developed for the XYZ and ZAM-2 computers, it was also ported over to the ZAM-21, ZAM-41 and the Mińsk-22.
General features of the SAKO language:
It had a static address allocation. It was possible to insert code in SAS macro assembler. The compilation proceeded in two stages:
  1. From SAKO to simplified SAS macro assembler.
  2. From SAS-W to machine language.
The most characteristic feature of SAKO are Polish commands, e.g. CZYTAJ, SKOCZ DO. It was designed primarily for programming numerical calculations.

"Hello, world" example


TEKST:
HELLO, WORLD
LINIA
STOP NASTEPNY
KONIEC