🇮🇳 Introducing Hind Runtime: The Desi Interpreter for Hinglish Scripts (.hl)
जय हिंद | Code karo desi style mein! 💻✨
A Hinglish scripting revolution, now powered by Golang.
📘 What is Hind Runtime?
The Hind Runtime is the official interpreter for .hl files — Hinglish scripts written using Hindi-English syntax like agar, ghoom, likho, and more.
Built with performance and simplicity in mind, Hind brings scripting to your terminal in a language that feels local and intuitive.
Whether you’re on Linux, macOS, Windows (via WSL), Termux (Android), or Replit, Hind lets you run your Hinglish code blazing fast.
⚡ Why Hind?
• ✅ Hindi-English syntax — beginner-friendly, desi-style code
• 🔥 Powered by Go — compiled binary, fast and lightweight
• 💻 Terminal-first — designed for quick scripts and automation
• 📦 No dependencies — one binary to run them all
• 🌍 Cross-platform support — build once, run anywhere
🚀 Quick Installation
Just run this one-liner to set it up:
curl -fsSL https://pjdeveloper896.github.io/Hind/Install.sh | bash
Or follow the manual installation guide for environments like Replit and Termux.
🔨 Manual Installation (Advanced / Replit / Termux)
curl -LO https://pjdeveloper896.github.io/Hind/hinglish chmod +x hinglish ./hinglish mycode.hl
Optional alias for convenience:
alias hinglish="./hinglish"
📄 Example .hl Script
kaam bol() { likho "Hello Hinglish!" } bol()
✅ Run it with:
hinglish hello.hl
🧠 Key Features
• 🇮🇳 Hindi-style keywords: agar, warna, ghoom, kaam, etc.
• 🔁 Loops, conditionals, and functions
• 🌐 Async/Await + API Fetch
• 🧩 Built-in modules: DOM, DateTime, Async
• 🖥️ CLI-first with web UI integration possible
🔧 Build from Source
Love Go? You can build Hind manually:
git clone https://github.com/pjdeveloper896/Hinglish-language.git cd Hinglish-language/hind go build -o hinglish main.go
Install globally:
chmod +x hinglish sudo mv hinglish /usr/local/bin
📚 Full Documentation
• 📖 Live Docs
• 📄 PDF Version
• 🧠 GitHub Source Code
👨💻 Contribute
Feel like contributing? Fork the project and send a PR!
GitHub: @pjdeveloper896
🇮🇳 Jai Hind!
Code karo desi style mein!
Whether you’re a beginner coder, student, or hacker — Hind Runtime gives you a playful way to learn programming through your local language. Go build something today! 🚀
Top comments (0)
Some comments may only be visible to logged-in visitors. Sign in to view all comments.