Currently Spla 0.3.0 beta is available for Windows,Linux operating system only. Spla for macOS will be released soon.
Open a terminal window and type "Spla" to find out if it is already installed and which version is installed.
Binaries of latest version of Spla is available on this download page
At present the following installation options is available.
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
There are three different ways to start Spla −
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 |
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