Official Homebrew tap for the ARO programming language.
ARO is a domain-specific language for expressing business logic using natural language syntax. Write features as Action-Result-Object statements that are both human-readable and executable.
brew tap arolang/aro
brew install aroVerify installation:
aro --versionCreate a simple ARO program:
echo '(Application-Start: Hello World) {
<Log> "Hello from ARO!" to the <console>.
<Return> an <OK: status> for the <application>.
}' > hello.aroRun it:
aro run hello.aro- aro - ARO language compiler and runtime (v0.1.0-alpha.2)
- macOS (Apple Silicon / ARM64)
- Homebrew 3.0+
To update to the latest version:
brew update
brew upgrade aroThe ARO formula is licensed under MIT. See the ARO project for language license details.