Skip to content

Gola is a cute language that is crafted with love for all bengali programmers.

Notifications You must be signed in to change notification settings

sravanioleti/gola-language

 
 

Repository files navigation

Gola Language

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. Gola Language

Using Gola

Gola Language

Features

  • Lightweight and easy to use
  • Supports Linux, macOS
  • Built for simplicity and speed

Installation

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

Step 1: Download the Gola Compiler

For Linux (x86_64)

curl -L -o gola-linux-x86_64.tar.gz https://github.com/felixoder/gola-language/releases/download/v2.0.0/gola-linux-x86_64.tar.gz

For macOS (x86_64)

curl -L -o gola-darwin-x86_64.tar.gz https://github.com/felixoder/gola-language/releases/download/v2.0.0/gola-darwin-x86_64.tar.gz

Step 2: Extract the Files

tar -xvzf gola-linux-x86_64.tar.gz
or for macOS
tar -xvzf gola-darwin-x86_64.tar.gz

Step 3: Step 3: Install Gola

sudo mv ./v2.0.0/gola-linux-x86_64 /usr/local/bin/gola
sudo chmod +x /usr/local/bin/gola

Step 4: Verify the Installation

gola -v

About

Gola is a cute language that is crafted with love for all bengali programmers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Go 100.0%