This repository has been archived. The new repository is here. See this post for why we have done this.
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.
Navigate to the releases tab and select the newest release. Download the version fitting your OS and run the installer.
To install the package via pip, run pip install ilanguage
(The pip
command might be called differently depending on
your OS). The installer will be executed automatically. If you use pip to install the package, you will be able to use
python -m ilanguage ARGUMENTS
just like ilanguage ARGUMENTS
.
To clone the repository locally using git run git clone https://github.com/I-Language-Development/I-language.git
.
To make a simple hello world program follow the instructions below:
- Create a file ending with
.ilang
. - Open the file and write
output("Hello world!")
to it. - Open the path of the file in your terminal and type
ilanguage FILE
whereFILE
is the name of the file including the.ilang
file extension. - You should see "Hello world!" in your terminal.
That's it! It's literally so easy.