Skip to content

arolang/homebrew-aro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 

Repository files navigation

Homebrew Tap for ARO

Official Homebrew tap for the ARO programming language.

What is ARO?

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.

Installation

brew tap arolang/aro
brew install aro

Verify installation:

aro --version

Quick Start

Create a simple ARO program:

echo '(Application-Start: Hello World) {
    <Log> "Hello from ARO!" to the <console>.
    <Return> an <OK: status> for the <application>.
}' > hello.aro

Run it:

aro run hello.aro

Formulae

  • aro - ARO language compiler and runtime (v0.1.0-alpha.2)

Requirements

  • macOS (Apple Silicon / ARM64)
  • Homebrew 3.0+

Documentation

Updating

To update to the latest version:

brew update
brew upgrade aro

Support

License

The ARO formula is licensed under MIT. See the ARO project for language license details.

About

Homebrew formulae for ARO programming language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages