Install SPLA


Currently Spla 0.3.0 beta is available for Windows,Linux operating system only. Spla for macOS will be released soon.

Local Environment Setup

Open a terminal window and type "Spla" to find out if it is already installed and which version is installed.

Getting Spla

Windows platform

Binaries of latest version of Spla is available on this download page

At present the following installation options is available.


Setting Path at Windows

To add the Spla directory to the path for a particular session in Windows −

  • At the command prompt − type set path=%path%;C:\Spla and press Enter.

Note − C:\Spla is the path of the Spla directory

Running Spla

There are three different ways to start Spla −

Interactive Interpreter

You can start Spla from DOS, or any other system that provides you a command-line interpreter or shell window.

Enter Spla the command line.

Start coding right away in the interactive interpreter.

C:>Spla           # Windows/DOS

Here is the list of all the available command line options −

Sr.No. Option & Description
1

file

run Spla program from given file

Program execution from the Command-line

A Spla program can be executed at the command line by invoking the interpreter on your application, as shown in the following example.

C:>Spla FitstProgram.spla         # Windows/DOS