Installation
Quick Install
powershell
irm https://sad-lang.org/install.ps1 | iexbash
curl -fsSL https://sad-lang.org/install.sh | bashbash
brew install sad-lang/tap/sadpowershell
scoop bucket add sad https://github.com/sad-lang/scoop-bucket
scoop install sadAfter installation, verify:
bash
sad --versionManual Installation
Windows
- Download
sad-setup-1.0.0-windows-x64.exefrom the Download page - Run the installer as Administrator
- Follow the wizard —
sadis added to PATH automatically
Linux
bash
wget https://github.com/SalehKadah/s-programming-language/releases/download/v1.0.0/sad-1.0.0-x86_64.AppImage
chmod +x sad-1.0.0-x86_64.AppImage
./sad-1.0.0-x86_64.AppImage build my-file.ص -o my-filemacOS
bash
open sad-lang-1.0.0-macos-universal.pkgVS Code Extension
bash
code --install-extension sad-language-2.0.0.vsixVerify Installation
bash
echo 'اطبع_سطر("Installation successful! 🎉")' > test.ص
sad-build test.ص -o test
./test
# Output: Installation successful! 🎉Next: Your First Program →