DEV Community

Cover image for VakyaLang – A real programming language where Sanskrit is the code
Mathematical Science
Mathematical Science

Posted on

VakyaLang – A real programming language where Sanskrit is the code

VakyaLang is a programming language where Sanskrit is the actual syntax, not decoration.

  • Full Devanagari-native keywords (मुद्रय, चर, स्थिर, etc.)
  • Lexer → Parser → Bytecode VM + tree-walk interpreter
  • Sanskrit Coder symbolic engine based on Nyāya logic
  • VakPack (Sanskrit package manager) + native Rust VM component
  • Current version: v2.17.0

Takes 30 seconds to try:

git clone https://github.com/Sansmatic-z/VakyaLang.git
cd VakyaLang
pip install -e .
vak examples/namaste.vak

Would love honest technical feedback from the community.
It took me nearly 2-3 week, but it's really worth it.

GitHub: https://github.com/Sansmatic-z/VakyaLang

Top comments (0)