A cute programming language written in Go
curl -L -o gola-darwin-x86_64.tar.gz https://github.com/felixoder/gola-language/releases/download/v2.0.1/gola-darwin-x86_64.tar.gz
Shandaar bhai 🎉
Gola is a lightweight and fun programming language inspired by simplicity and Bengali expressions. This documentation provides an overview of its syntax, usage, and functionality.
curl -L -o gola-darwin-x86_64.tar.gz https://github.com/felixoder/gola-language/releases/download/v2.0.1/gola-darwin-x86_64.tar.gz
curl -L -o gola-linux-x86_64.tar.gz https://github.com/felixoder/gola-language/releases/download/v2.0.1/gola-linux-x86_64.tar.gz
tar -xvzf gola-darwin-x86_64.tar.gz
sudo mv ./gola /usr/local/bin/gola
sudo chmod +x /usr/local/bin/gola
gola -v
Command: kemon achis "<message>"
Description: Prints the specified message to the console.
Command: bol bhai <variable>
Description: Prompts the user to input a value for the specified variable.
Command: <variable> = <expression>
Description: Assigns the result of an expression to a variable.
Command: dyakh jodi <condition>: <command> ar nahole: <command>
Description: Executes the first command if the condition is true; otherwise, executes the second command.
Command: bolte thak <iterator> [<start>] -> [<end>] [<increment>] :
Description: A basic loop structure.