Skip to content

Releases: arolang/aro

ARO 0.8.0

29 Mar 07:17

Choose a tag to compare

ARO Programming Language 0.8.0

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 aro

macOS (Manual)

curl -L https://github.com/arolang/aro/releases/download/0.8.0/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.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.7.4-beta.29...0.8.0

ARO 0.7.4-beta.29

23 Mar 09:04

Choose a tag to compare

ARO Programming Language 0.7.4-beta.29

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 aro

macOS (Manual)

curl -L https://github.com/arolang/aro/releases/download/0.7.4-beta.29/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.7.4-beta.29/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.7.3-beta.28...0.7.4-beta.29

ARO 0.7.3-beta.28

21 Mar 10:21

Choose a tag to compare

ARO Programming Language 0.7.3-beta.28

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 aro

macOS (Manual)

curl -L https://github.com/arolang/aro/releases/download/0.7.3-beta.28/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.7.3-beta.28/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.

What's Changed

  • docs: add ARO Essential Primer with PDF build and CI/CD integration by @KrisSimon in #252

Full Changelog: 0.7.2-beta.27...0.7.3-beta.28

ARO 0.7.2-beta.27

17 Mar 10:49

Choose a tag to compare

ARO Programming Language 0.7.2-beta.27

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

Installation

macOS (Homebrew) — Recommended

brew tap arolang/aro
brew install aro

macOS (Manual)

curl -L https://github.com/arolang/aro/releases/download/0.7.2-beta.27/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.7.2-beta.27/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.7.2-beta.25...0.7.2-beta.27

ARO 0.7.2-beta.25

16 Mar 17:12

Choose a tag to compare

ARO 0.7.2-beta.25 Pre-release
Pre-release

ARO Programming Language 0.7.2-beta.25

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

Installation

macOS (Homebrew) — Recommended

brew tap arolang/aro
brew install aro

macOS (Manual)

curl -L https://github.com/arolang/aro/releases/download/0.7.2-beta.25/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.7.2-beta.25/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.7.1-beta.24...0.7.2-beta.25

ARO 0.7.1-beta.24

13 Mar 09:48

Choose a tag to compare

ARO 0.7.1-beta.24 Pre-release
Pre-release

ARO Programming Language 0.7.1-beta.24

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

Installation

macOS (Homebrew) — Recommended

brew tap arolang/aro
brew install aro

macOS (Manual)

curl -L https://github.com/arolang/aro/releases/download/0.7.1-beta.24/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.7.1-beta.24/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.7.0-beta.23...0.7.1-beta.24

ARO 0.7.0-beta.23

13 Mar 08:11

Choose a tag to compare

ARO 0.7.0-beta.23 Pre-release
Pre-release

ARO Programming Language 0.7.0-beta.23

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

Installation

macOS (Homebrew) — Recommended

brew tap arolang/aro
brew install aro

macOS (Manual)

curl -L https://github.com/arolang/aro/releases/download/0.7.0-beta.23/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.7.0-beta.23/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.6.4-beta.21...0.7.0-beta.23

ARO 0.6.5-beta.22

09 Mar 20:12

Choose a tag to compare

ARO Programming Language 0.6.5-beta.22

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

Installation

macOS (Homebrew) — Recommended

brew tap arolang/aro
brew install aro

macOS (Manual)

curl -L https://github.com/arolang/aro/releases/download/0.6.5-beta.22/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.6.5-beta.22/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.6.3-beta.20...0.6.5-beta.22

ARO 0.6.4-beta.21

09 Mar 17:40

Choose a tag to compare

ARO Programming Language 0.6.4-beta.21

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

Installation

macOS (Homebrew) — Recommended

brew tap arolang/aro
brew install aro

macOS (Manual)

curl -L https://github.com/arolang/aro/releases/download/0.6.4-beta.21/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.6.4-beta.21/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.6.3-beta.20...0.6.4-beta.21

ARO 0.6.3-beta.20

09 Mar 12:22

Choose a tag to compare

ARO Programming Language 0.6.3-beta.20

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

Installation

macOS (Homebrew) — Recommended

brew tap arolang/aro
brew install aro

macOS (Manual)

curl -L https://github.com/arolang/aro/releases/download/0.6.3-beta.20/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.6.3-beta.20/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.6.2-beta.19...0.6.3-beta.20