Misplaced Pages

El-76

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
Computer language
This article needs additional citations for verification. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed.
Find sources: "El-76" – news · newspapers · books · scholar · JSTOR (April 2018) (Learn how and when to remove this message)
El-76 (Эль-76)
Paradigmapplied programming, structured programming, task management, system programming.
Designed byBoris Babayan & Co
DeveloperLebedev Institute of Precision Mechanics and Computer Engineering
First appearedJanuary 1, 1972; 52 years ago (1972-01-01)
WebsiteAbout Эль-76
Major implementations
Elbrus
Influenced by
ALMIR-65, Analitik

El-76 (Russian: Эль-76) is a high-level programming language developed in 1972–1973. The language was created for the Elbrus computer. 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. Its syntax was based on Russian language.

Program sample

The sample below is a program of Hello World kind.

   процедура передатьпривет = проц(ф32 числоприветов)
   начало
     если числоприветов = 0 то
       печатьмс(стр8 "МИР не получил ни одного привета!")
     инес числоприветов = 1 то
       печатьмс(стр8 "В МИР был отправлен всего один привет!")
     иначе
       печатьмс(стр8 "МИРУ передали несколько приветов. А если точно, то их было");
       печать(числоприветов)
     все
   конец;
   печатьмс(стр8 "Привет просто так!"); % такой привет мартышка точно не потеряет
   печатькс();                          % разрыв строки
   передатьпривет(100)                  % привет из процедуры
 конец

Output:

Привет просто так!
МИРУ передали несколько приветов. А если точно, то их было 100

References

  1. ^ Эль-76.
  2. ^ Эль-76 — не пиво: каким был советский язык программирования, который не завоевал мир


Stub icon

This programming-language-related article is a stub. You can help Misplaced Pages by expanding it.

Categories: