Compile and run Pony programs, an actor-model language
Object-oriented, actor-model, capabilities-secure programming language
ponyc
$ ponyc hello.pony
$ ponyc -O3 hello.pony
$ ponyc hello.pony -o ./build