Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ If you are presenting this workshop, please see the [README for presenters](READ

## Preparation

[Pony](https://ponylang.org) is a fast actor-based programming language that guarantees that programs will not have data races. This workshop will teach participants about some of Pony's core ideas and patterns by having them write a series of small programs that culminate in a simple chat server. Topics covered will include Pony's actor system, reference capabilities, and working with the compiler. Attendees should bring a laptop with the following software installed: [the Pony compiler](https://github.com/ponylang/ponyc) via [`ponyup`](https://github.com/ponylang/ponyup), and a telnet client. They should also clone [the workshop git repository](https://github.com/aturley/pony-workshop).
[Pony](https://ponylang.org) is a fast actor-based programming language that guarantees that programs will not have data races. This workshop will teach participants about some of Pony's core ideas and patterns by having them write a series of small programs that culminate in a simple chat server. Topics covered will include Pony's actor system, reference capabilities, and working with the compiler. Attendees should bring a laptop with the following software installed: [the Pony compiler](https://github.com/ponylang/ponyc/blob/main/INSTALL.md) via [`ponyup`](https://github.com/ponylang/ponyup), and a telnet client. They should also clone [the workshop git repository](https://github.com/aturley/pony-workshop).

## Useful Materials

Expand Down
2 changes: 1 addition & 1 deletion README_FOR_PRESENTERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The following copy can be used to announce and advertise the workshop:
> This workshop will teach participants about some of Pony’s core ideas and patterns by having them write a series of small programs that culminate in a simple chat server. Topics covered will include Pony’s actor system, reference capabilities, and working with the compiler.
> Please Note:
>
> Make sure to bring a laptop with the following software installed: the [Pony compiler](https://github.com/ponylang/ponyc#installation), and a telnet client. Also clone the [workshop git repository](https://github.com/aturley/pony-workshop).
> Make sure to bring a laptop with the following software installed: the [Pony compiler](https://github.com/ponylang/ponyc/blob/main/INSTALL.md), and a telnet client. Also clone the [workshop git repository](https://github.com/aturley/pony-workshop).

You will probably want to limit the number of participants to around 20. Any more than that and things will likely become chaotic.

Expand Down