IndoriLang
Bhiya-Style Programming Language

Write JavaScript with authentic Indori slang.

npm versionGitHub stars

Key Features

Everything you need to write code in authentic Indori style

Pure Indori Keywords

All programming concepts in authentic Indori slang

TypeScript Powered

Full type safety and modern tooling

Browser Playground

Try it online with Monaco Editor

VS Code Extension

Syntax highlighting and auto-completion

CLI Tool

Compile and run from command line

Easter Eggs

Fun Indori cultural references

Example Code

See how easy it is to write IndoriLang

indori
# Hello World in IndoriLang
bhiya_bol("Ram Ram bhiya log!");

# Variables and arithmetic
kaam x laa_re 10;
kaam y laa_re 20;
kaam sum laa_re x + y;

bhiya_bol("Sum: " + sum);

# Conditionals
agar_re (sum > 15) {
  bhiya_bol("Bilkul sahi hai re!");
} warna_re {
  bhiya_bol("Kuch gadbad hai!");
}

# Functions
bhiya_ka greet(name) {
  de_re "Ram Ram " + name + "!";
}

bhiya_bol(greet("bhiya"));

# Easter eggs
poha_time();

How it Works

IndoriLang compiles to JavaScript, so it runs anywhere JavaScript runs

1

Write IndoriLang

Write code using authentic Indori keywords like bhiya_bol, agar_re, and jabtak_re

2

Compile to JS

Our TypeScript compiler transforms your IndoriLang code into standard JavaScript

3

Run Anywhere

Execute in Node.js, browsers, or any JavaScript runtime

Ready to start coding in Indori style?

Join the community and start building with IndoriLang today