Skip to content

eLang-Foundation/eLang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

eLang

Line count Open issues License

eLang is a programming language developed by Bekhruz Niyazov (it is still in development).

eLang is written in C.

Installation

Just grab the latest release for your operating system from releases section, add it to the path (recommended), and you are good to go.

Quick overview of syntax

Here is an example of a function that says hello to the given name:

fun greet(name) {
	println("Hello, ", name)
}
greet("eLang")

Output:

Hello, eLang

You can view test.elang file for latest eLang features.

License

eLang is licensed with MIT License.

Credits

Special thanks to JetBrains who helped in the development of the project by providing free license to their products.

About

eLang is a programming language developed by Bekhruz Niyazov. It is still in development.

Topics

Resources

License

Stars

Watchers

Forks