The World's Simplest Programming Language
pip install gagan-langggn your_script.ggn
ggn --version
gprint "Hello, World!"
ggn hello.ggn
Simple Syntax: Designed to be the easiest language to learn. Basic Operations: Print, scan input, basic arithmetic, conditional statements. Syntax Print: gprint "Your message" Scan: gscan variable_name Assignment: variable = expression If Statements: if condition { body } else { else_body }
We welcome contributions! Please fork the repository and make a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
GitHub: @higgn
Thanks to the Python community for the inspiration to create simple, yet powerful languages.