A general-purpose programming language with dynamic typing.
Follow the steps below to install and run Saffron programs.
Saffron comes with a bundled Java Runtime Environment - no separate Java installation required!
For Linux/macOS:
Using curl:
curl -sSL \
https://raw.githubusercontent.com/senthilvsh/saffron/master/installers/install.sh | bash
...or using wget:
wget -qO- \
https://raw.githubusercontent.com/senthilvsh/saffron/master/installers/install.sh | bash
For Windows (PowerShell):
Invoke-Expression `
(New-Object System.Net.WebClient).DownloadString( `
'https://raw.githubusercontent.com/senthilvsh/saffron/master/installers/windows.ps1')
The installer will:
To run a Saffron program called my-program.sfr, use the following command.
saffron "my-program.sfr"
To uninstall Saffron: