ARO 0.11.0
ARO Programming Language 0.11.0
Downloads
| Platform | Architecture | Download |
|---|---|---|
| Linux | x86_64 | aro-linux-amd64.tar.gz |
| macOS | Apple Silicon | aro-macos-arm64.tar.gz |
| SOLARO desktop · macOS | Apple Silicon | solaro-macos-arm64.dmg |
Documentation
| Document | Download |
|---|---|
| ARO Language Guide | ARO-Language-Guide.pdf |
| ARO Debugging Guide | ARO-Debugging-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 |
| SOLARO — The ARO Development Platform | ARO-Solaro-Platform.pdf |
Installation
macOS (Homebrew) — Recommended
brew tap arolang/aro
brew install aromacOS (Manual)
curl -L https://github.com/arolang/aro/releases/download/0.11.0/aro-macos-arm64.tar.gz | tar xz
sudo mv aro /usr/local/bin/
sudo mv libARORuntime.a /usr/local/lib/
sudo mv mlx.metallib /usr/local/bin/ # next to `aro` for `aro ask`Linux
curl -L https://github.com/arolang/aro/releases/download/0.11.0/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.10.8...0.11.0