An open API service indexing awesome lists of open source software.

https://github.com/aturley/kc-elixir-users-group-2019-11-07

Presentation about Pony to the KC Elixir Users Group on 2019-11-07
https://github.com/aturley/kc-elixir-users-group-2019-11-07

Last synced: 4 months ago
JSON representation

Presentation about Pony to the KC Elixir Users Group on 2019-11-07

Awesome Lists containing this project

README

          

# Pony Presentation for the KC Elixir Users Group November 7, 2019

## Presentation

This presentation will be given to the KC Elixir Users Group on
November 7, 2019.

The
[slides](https://gitpitch.com/aturley/kc-elixir-users-group-2019-11-07) are
presented through GitPitch, and the source for slides is
in [PITCHME.md](PITCHME.md).

The code examples in the slides can be found in
the [examples](examples) directory.

## Resources

* [Pony Website](https://www.ponylang.io)
* [Pony Tutorial](https://tutorial.ponylang.io/)
* [Pony Standard Library Documentation](https://stdlib.ponylang.io/)
* [Pony Cheat Sheet](https://www.ponylang.io/media/cheatsheet/pony-cheat-sheet.pdf)
* [Pony on Github](https://github.com/ponylang)
* [Pony Compiler](https://github.com/ponylang/ponyc)
* [Pony Chat (Zulip)](https://ponylang.zulipchat.com/login/)
* [Pony Considerations](https://gist.github.com/aturley/49b60c98306d90ffc2f981515827b005)
* [Pony Workshop](https://github.com/aturley/pony-workshop)

## Pony vs BEAM

* [Scott Lystig Fritchie - The wide world of almost-actors: comparing the Pony to BEAM languages](https://www.youtube.com/watch?v=_0m0_qtfzLs)