The Wayback Machine - https://web.archive.org/web/20230828184250/https://github.com/I-Language-Development/I-language-python
Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

I-Language-Development/I-language-python

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

This repository has been archived. The new repository is here. See this post for why we have done this.

The I programming language is a high level programming language written in pure python.

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

Download from releases

Navigate to the releases tab and select the newest release. Download the version fitting your OS and run the installer.

Pip

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.

Git

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

Your first program

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

  1. Create a file ending with .ilang.
  2. Open the file and write output("Hello world!") to it.
  3. Open the path of the file in your terminal and type ilanguage FILE where FILE is the name of the file including the .ilang file extension.
  4. You should see "Hello world!" in your terminal.

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

About

The I programming language is a high level programming language written in pure python.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Languages