ARO Programming Language 0.8.3
Downloads
| Platform | Architecture | Download |
|---|---|---|
| Linux | x86_64 | aro-linux-amd64.tar.gz |
| macOS | Apple Silicon | aro-macos-arm64.tar.gz |
Documentation
| Document | Download |
|---|---|
| ARO Language Guide | ARO-Language-Guide.pdf |
| ARO Plugin Guide | ARO-Plugin-Guide.pdf |
| ARO Construction Studies | ARO-Construction-Studies.pdf |
| ARO By Example | ARO-By-Example.pdf |
| ARO Essential Primer | ARO-Essential-Primer.pdf |
Installation
macOS (Homebrew) — Recommended
brew tap arolang/aro
brew install aromacOS (Manual)
curl -L https://github.com/arolang/aro/releases/download/0.8.3/aro-macos-arm64.tar.gz | tar xz
sudo mv aro /usr/local/bin/
sudo mv libARORuntime.a /usr/local/lib/Linux
curl -L https://github.com/arolang/aro/releases/download/0.8.3/aro-linux-amd64.tar.gz | tar xz
sudo mv aro /usr/local/bin/
sudo mv libARORuntime.a /usr/local/lib/Windows
Download and extract the zip file, then add the directory to your PATH.
Keep aro.exe and libARORuntime.a in the same directory.
Full Changelog: 0.8.2...0.8.3