Tark - Hindi Programming Language 🇮🇳
Tark is a simple and expressive programming language written in Hindi, designed to make coding accessible to native Hindi speakers. This VS Code extension provides syntax highlighting and basic support for .tk
files written in Tark.
Brought to you by BitCraft Production — building tools for the next billion learners.
Features
- Syntax highlighting for Hindi-based keywords like
likho
, agar
, kaam
, etc.
- Support for
.tk
file extension
- Designed for beginners, especially those who think better in Hindi
- Clean highlighting for:
- Comments
- Strings
- Numbers
- Control structures
- Functions
- Booleans
Example code in Tark:
# यह एक साधारण Tark प्रोग्राम है
naam = pucho("तुम्हारा नाम क्या है? ")
likho("नमस्ते", naam)
agar naam == "राम":
likho("जय श्री राम!")
warna:
likho("स्वागत है Tark में!")
✅ Requirements
No special dependencies. Just install this extension, open a .tk
file, and start coding in Hindi.
For running Tark programs:
⚙️ Extension Settings
This extension does not contribute any VS Code settings. It simply enables language recognition and highlighting for .tk
files.
🐞 Known Issues
- No IntelliSense or code completion yet
- No diagnostics or linting support
- No custom file icon (coming soon!)
📦 Release Notes
1.0.0
- Initial release
- Added syntax highlighting for keywords, strings, numbers, booleans, and comments
.tk
file association
About BitCraft Production
At BitCraft Production, we're building powerful tools and apps to support learning, creativity, and expression — starting with Tark, a Hindi-first programming language.
🔗 Visit our website
📂 Tark on GitHub
Made with ❤️ in India