pony-workshop
pony-workshop copied to clipboard
Material for a workshop for learning about the Pony programming language
There are services offering cloud based development environments, e.g.: * [GitHub Codespaces](https://github.com/features/codespaces) * [Gitpod](https://www.gitpod.io) I have some positive experience with the latter one, I can help you configuring it for...
The README files should have links to the online documentation for the classes that are used in the example code. This will make it easier for users to follow along...
Have an example that uses classes, actors, and primitives to make the similarities and differences clearer. Probably do this somewhere around step 02. Possibly related to #6.