O'lang
A fun programing language with odia keywords...
Do you know odia?
If your answer is yes then you seriously gonna have fun!!!
Keywords
- o'lang is currently extended with the following keywords.
| GENERALLY | IN O'LANG |
|---|---|
| LEKHE | |
| function | FALANA |
| run | CHALA |
| len | LAMBA |
| var | CHALA_RASI |
| and | ABOM |
| or | KIMBA |
| true | THEEK |
| flase | BHUL |
| if | JADI |
| else | ANYATHA |
| elif | ANJA(ANYTHA JADI) |
| to | KU |
| for | PAEN |
| end | SESHA |
| break | BIRATI |
| step | PADANKA |
| while | JETEBELE |
| then | TAPARE |
| return | FERA |
| continue | CHALU |
| null | KICHHI_NAHI |
| math_pi | GANITA_PI |
| input() | NE() |
| LEKHE | |
| clear | KHALI_KARE |
| cls | SAFA |
| is_number | SANKHYA_KI |
| is_string | BAKYA_KI |
| is_list | TALIKA_KI |
| is_function | FALANA_KI |
| append | JODA |
| extended | BADHA |
| pop | KADHA |
How to use?
- install O-lang like the below
pip install O-lang
- open terminal and start python prompt like the below
python
- then run the below
import olang
- create a file, write your code and save the file as <file_name.ol>
- then run the below
CHALA("<your_file_name>.ol")
- Have fun with this beautiful tool.
Example
#input
LEKHE("Input Dia:")
CHALA_RASI X = NE()
#print
LEKHE(X)
#function
FALANA misa(a,b)
LEKHE(a+b)
SESHA
#function call
misa(5,6)
#for looop
PAEN i = 0 KU 5 TAPARE
LEKHE(i)
SESHA
Connect with me
Release files for O-lang 1.0.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| O'lang-1.0.5.tar.gz | 15.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| O_lang-1.0.5-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 31.2 kB
Release files / O'lang-1.0.5.tar.gz
| Download URL | O'lang-1.0.5.tar.gz |
|---|---|
| Size | 15.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
e4a6334f519ded7a88cd6dcb22f35ae1f9891cf6dccf55c7d3552d35df885c48
|
|
BLAKE2b-256 checksum How to use checksums |
ec3abcfc0923b8c80645b02b198847be70bd2376e57df7d9deb9c7e212ac9e21
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.4
|
Release files / O_lang-1.0.5-py3-none-any.whl
| Download URL | O_lang-1.0.5-py3-none-any.whl |
|---|---|
| Size | 15.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d79bdc366b16d25165e93789c53dfe0b3209773d770703373ed2d2133df343d3
|
|
BLAKE2b-256 checksum How to use checksums |
9163dfe3458ac97d852c1aa0c77789a2a567030417b8fc9e90cf4ee7ef256aa2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.4
|