About

I programming language is a high level programming language written in rust.

History

We always had a dream of programming in a language, designed like we wanted to. ElBe first created "ElBlang", stored in a private repository and not being capable of doing anything. After a disscussion with a different developer, MasterOktagon, they wanted to create their own language. ElBe created the project outline, while MasterOkatagon was busy making the lexer. Ranastra joined shortly after. They together created a parser, but quickly realized that doing this in python was not a good idea. So they archived the repository and made a new one, this time in Rust.

Syntax

The syntax is mostly inspired by Rust, but also has some features from Python and C++. Currently there are 21 keywords, 48 marks (operators and other symbols) and some other syntax features.