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:
- commands similar to sentences used in natural language
- shortening the time required to learn the principles of programming
- ease of use, which reduced coding time
- transparent program code, lowering the probability of making a mistake
- From SAKO to simplified SAS macro assembler.
- From SAS-W to machine language.
"Hello, world" example
TEKST:
HELLO, WORLD
LINIA
STOP NASTEPNY
KONIEC