A programming language that combines Hindi and English (Hinglish) syntax, making programming more accessible to Hindi speakers.
- Hindi-English hybrid syntax
- Simple and intuitive commands
- Variables and basic data types
- Print statements
- Boolean operations
rakho- Variable declaration (like 'let' in JavaScript)likho- Print statementsach- Boolean truejhoot- Boolean false
# Variables
rakho naam = "Raj"
rakho umar = 25
# Print statements
likho "Namaste"
likho naam
likho umar
# Booleans
rakho flag = sach
likho flag
Visit our online playground to try Hinglish programming language directly in your browser!
- Clone the repository
- Install dependencies:
npm install
- Run the playground:
npm run dev
- Run tests:
npm test
Check the examples/ directory for sample programs.