GithubHelp home page GithubHelp logo

ibolang's Introduction

Introduction

Igbo is an indigenous language popularly spoken in Nigeria, Ibolang is a full extension of the Igbo language in Python.
With Ibolang, you can write and run python like programs in Igbo

Ibolang acts like python 3 and plays like python 3, it maintains all the python syntax and methods. user could use it to learn programming in their native language.

Example

ibolang is highly user friendly, the following is a simple "HelloWorld" program

   deputa("Uwa Aloo")

running this, will diplay
     Uwa Aloo 

to console, which translated to English is "Hello World"

you can code more complex code by installing ibolang to your PC or by using the ibolang online IDE(coming soon...).


To run programs is as simple as:
 $ ibolang filename.ibl

from your preferred shell or command line

you can go through to the dictionary on:

to get an exhaustive list of all currently available commands and there English translation

Install

If you'd like to play Ibolang with full features included, you should install Ibolang.

You could use pip or easy_install command to install Ibolang:

$ pip install Ibolang 

		or

$ easy_install -U Ibolang

to use easy_install command, you should install distribute module for python 3 first:

http://pypi.python.org/pypi/distribute/

And check your system path params if it contains python3.x/bin path.

ex: edit .bashrc to include "/Library/Frameworks/Python.framework/Versions/3.x/bin" in your PATH parameter.

For sytem running multiple version of python, you are better of using a virtual enviroment with Ibolang:

$ conda create -n Ibolang python==3.XX

		or using Virtualenv

$ virtualenv ibolang  

Lastly you can clone the repo using this url https://github.com/ORC-1/ibolang.git : navigate to the folder path and run python setup.py Copy the source files into your script folder, you should highly consider using a virtual enviroment if you are using this option and the previous options are better off

For

Absolute Beginners

:

  follow this link: 
  https://www.python.org/ftp/python/3.7.2/python-3.7.2.exe
  download python 3 install it and ensure it's working

Then:

You can use pip to install Ibolang:

  $ pip install Ibolang 

Go to the example here , clone the repository and run them with ibolang filename.ibl

Change Log

You could view the ChangeLog to see what's new in these version.

ibolang's People

Contributors

orc-1 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.