Pony is an open-source, object-oriented, actor-model, capabilities-secure, high-performance programming language.

Initially I was completely confused by Pony. The actor model, behaviors, functions, permissions, references - all made it crazy confusing for me to know where to start. This is my exploration as I clarify my understanding to be more comfortable with Pony Lang.

1. Installation

On MacOS - use:

$ brew install ponyc

2. Pony CLI

3. Quick Start

4. Resources

5. Generating these Docs

$ asciidoctor -D docs/pony code/pony/adoc/*