Gola is a cute and simple programming language compiler designed to be easy to use. This guide will help you install and get started with Gola on your system.

- Lightweight and easy to use
- Supports Linux, macOS
- Built for simplicity and speed
You can install Gola on your system by following the steps below:
The installation is for the RECENT version of Gola, if you want to install the OLD version, please click here
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
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.gztar -xvzf gola-linux-x86_64.tar.gztar -xvzf gola-darwin-x86_64.tar.gzsudo mv ./gola /usr/local/bin/golasudo chmod +x /usr/local/bin/golagola -v