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
- Host: GitHub
- URL: https://github.com/aturley/kc-elixir-users-group-2019-11-07
- Owner: aturley
- Created: 2019-11-06T23:05:06.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-06T23:59:28.000Z (almost 6 years ago)
- Last Synced: 2025-03-23T04:28:09.597Z (7 months ago)
- Size: 31.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)