Эль-76
   HOME

TheInfoList



OR:

El-76 () is a
high-level programming language A high-level programming language is a programming language with strong Abstraction (computer science), abstraction from the details of the computer. In contrast to low-level programming languages, it may use natural language ''elements'', be ea ...
developed in 1972–1973. The language was created for the Elbrus computer.Эль-76 — не пиво: каким был советский язык программирования, который не завоевал мир
/ref> Participants in the creation of the language were: Boris Babayan, V. M. Pentkovskii, S. V. Semenikhin, S. V. Veretennikov, V. Y. Volkonsky, S. M. Zotov, A. I. Ivanov, Y. S. Rumyantsev, V. P. Torchigin, M. I. Kharitonov, and V. S. Shevekov. Эль-76 was developed at the Lebedev Institute of Precision Mechanics and Computer Engineering of the
USSR Academy of Sciences The Academy of Sciences of the Soviet Union was the highest scientific institution of the Soviet Union from 1925 to 1991. It united the country's leading scientists and was subordinated directly to the Council of Ministers of the Soviet Union (u ...
. Its syntax was based on
Russian language Russian is an East Slavic languages, East Slavic language belonging to the Balto-Slavic languages, Balto-Slavic branch of the Indo-European languages, Indo-European language family. It is one of the four extant East Slavic languages, and is ...
.


Program sample

The sample below is a program of Hello World kind. процедура передатьпривет = проц(ф32 числоприветов) начало если числоприветов = 0 то печатьмс(стр8 "МИР не получил ни одного привета!") инес числоприветов = 1 то печатьмс(стр8 "В МИР был отправлен всего один привет!") иначе печатьмс(стр8 "МИРУ передали несколько приветов. А если точно, то их было"); печать(числоприветов) все конец; печатьмс(стр8 "Привет просто так!"); ''% такой привет мартышка точно не потеряет'' печатькс(); ''% разрыв строки'' передатьпривет(100) ''% привет из процедуры'' конец Output: Привет просто так! МИРУ передали несколько приветов. А если точно, то их было 100


References

Programming languages created in 1972 Natural language and computing Non-English-based programming languages Computing in the Soviet Union {{prog-lang-stub