Ganges
Ganges is a modern, dynamically typed, interpreted language with Sanskrit-inspired syntax. Built in Go, Ganges is designed to be fun, expressive, and powerful, perfect for scripting, learning, and exploring core programming concepts in a new light.
Install / Use
/learn @psidh/GangesREADME
🌊 Ganges Programming Language
Ganges is a modern, dynamically typed, interpreted language with Sanskrit-inspired syntax. Built in Go, Ganges is designed to be fun, expressive, and powerful — perfect for scripting, learning, and exploring core programming concepts in a new light.
VISIT : Official Website
⚡ Quick Start
1. Install Ganges
Download the latest binary for your OS:
Visit Download section for complete details : Download Section
Run the repl
gangesMac
VISIT Docs for extensive info : Official Docs
✨ Language Features
| Concept | Ganges Keyword | Description |
| -------------- | ------------------ | -------------------- |
| Variable | rama | Declare a variable |
| Function | kriya | Define a function |
| If / Else | yadi / anyatha | Conditional logic |
| Print | vadah | Console output |
| While loop | chakra | Loop construct |
| Return | daan | Return from function |
| Boolean values | satya / asatya | true / false |
🧠 Examples
Variables & Arithmetic
rama x = 10;
rama y = 20;
vadah(x + y); // 30
Functions
rama greet = kriya(name) {
vadah("Namaste, " + name);
};
greet("Sita");
Conditionals
rama mood = yadi (5 > 3) {
"happy"
} anyatha {
"sad"
};
vadah(mood); // happy
Loops
rama i = 0;
chakra (i < 5) {
vadah(i);
i = i + 1;
};
🧪 Try Ganges Online
📚 Learn More
🛠 Built With
- 🐹 Go for the interpreter
- ❤️ Love for Sanskrit & clean syntax
📌 License
Apache 2.0
🙏 Inspired by
- Monkey (by Thorsten Ball)
- Python & JavaScript (for simplicity)
- Sanskrit (for semantics & elegance)
Related Skills
xurl
352.2kA CLI tool for making authenticated requests to the X (Twitter) API. Use this skill when you need to post tweets, reply, quote, search, read posts, manage followers, send DMs, upload media, or interact with any X API v2 endpoint.
wanwu
4.3kChina Unicom's Yuanjing Wanwu Agent Platform is an enterprise-grade, multi-tenant AI agent development platform. It helps users build applications such as intelligent agents, workflows, and rag, and also supports model management. The platform features a developer-friendly license, and we welcome all developers to build upon the platform.
openpencil
2.1kThe world's first open-source AI-native vector design tool and the first to feature concurrent Agent Teams. Design-as-Code. Turn prompts into UI directly on the live canvas. A modern alternative to Pencil.
ui-ux-pro-max-skill
61.3kAn AI SKILL that provide design intelligence for building professional UI/UX multiple platforms
