Skip to content

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

License

Notifications You must be signed in to change notification settings

Neumanja/I-language-rust

 
 

Repository files navigation

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

About this project

Have you been dreaming about coding in your perfect programming language? Have you thought about what could be possible with the best sides of different languages? Here is the power of some of the best languages combined.

Installing

Note See here for how to install the I programming language.

Git

To clone the repository locally using git run git clone https://github.com/I-Language-Development/I-language-rust.git.

Warning Running git clone https://github.com/I-Language-Development/I-Language.git will work, but give you the archived python version. Remember to clone from https://github.com/I-Language-Development/I-language-rust.git instead.

Your first program

To make a simple hello world program follow the instructions below:

  1. Create a file named hello.il.
  2. Open the file and write the following lines to it.
print("Hello world!");
  1. Open the path of the file in your terminal and type ilanguage hello.il
  2. You should see "Hello world!" in your terminal.

That's it! It's literally so easy.

Contact

To contact us, get help or just chat with others, you can visit our discord server.

Contributing

To contribute to this project, read the contributing guide.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 80.3%
  • Batchfile 6.6%
  • Python 6.2%
  • Shell 3.0%
  • Inno Setup 2.5%
  • Just 1.4%