Rapira is an open source programming language created in 1987 by Andrey Ershov.
#914on PLDB | 37Years Old |
git clone https://github.com/freeduke33/rerap2
Rapira is also a name for the T-12 antitank gun. Rapira (Russian: Рапира, rapier) is an educational procedural programming language developed in the Soviet Union and implemented on Agat computer, PDP-11 clones (Electronika, DVK, BK series) and Intel-8080/Z80 clones (Korvet). It was an interpreted language with dynamic type system and high level constructions. Read more on Wikipedia...
вывод: "Hello, world!"
output: "Hello World";
proc start()
output: 'Hello, world!!!';
end proc
Feature | Supported | Example | Token |
---|---|---|---|
Strings | ✓ | "Hello world" | " |
Print() Debugging | ✓ | output: |