readme.md

Lena programming language

Lena logo

Main information

  • Interpreted/Compiled programming language

  • Lightning Execution and Native Adaptability (LENA)

  • Syntax = Python + Assembler + C/C++

  • Research link

  • File format .le

The language uses alternative methods for interpreting and executing code, which can affect performance and improve the quality of interpreted programming languages

Areas of application

  • Neural networks

  • Education

  • Computing and working with data

  • Thread-oriented programming

Hello World


/* Hello World example 1 */
cout << "Hello World!"

; Or

/* Hello World example 2 */
"Hello World!" >> cout

Arrays


array = (5 times 2000)

; Or

array2 = {5, 5, 5, 5, 5} ; ... 2000 times

Описание

Основной репозиторий языка программирования Лена.

Конвейеры
0 успешных
0 с ошибкой