A programming language designed for Hindi speakers! HindiScript lets you write code using Hindi keywords and syntax, making programming more accessible and intuitive.
| Hindi | English Equivalent | Description |
|---|---|---|
ye |
var/let | Declare a variable |
bol |
Output to console | |
agar |
if | Conditional statement |
ya |
else | Alternate condition |
ya fir |
else if | Additional condition |
firseKaro |
function | Define a function |
jabtak |
while | While loop |
dohraye |
repeat | Infinite loop |
roko |
break | Exit loop/statement |
aage badho |
continue | Skip to next iteration |
wapas bhejo |
return | Return from function |
git clone https://github.com/suraj-9849/hindiLang.git
cd hindiLang
go build -o hlang.exe ./cmd/main.go./hlang.exe run examples/functions.hlang./hlang.exe run <file.hlang>
./hlang.exe version
./hlang.exe helpInspired by: