ponyc

Compile and run Pony programs, an actor-model language

brewmacoslinux
Try with needOr install directly
Source

About

Object-oriented, actor-model, capabilities-secure programming language

Commands

ponyc

Examples

Compile a Pony source file to an executable$ ponyc hello.pony
Compile with optimization enabled$ ponyc -O3 hello.pony
Compile and specify output directory$ ponyc hello.pony -o ./build