1. 9
  1.  

    1. 4

      Ugh, I really dislike it when they don’t have the slides as shown to the audience in the video. It both becomes much more annoying when they skip back and forward, but I also watch a lot of talks on my phone when on public transit, which makes a lot of talks almost inaccessible because you need the slides for context with most of them.

    2. [Comment removed by author]

      1. 3

        You might use Pony over Rust if:

        1. You prefer opinionated languages designed around specific paradigms - in this case the actor model - vs general purpose use any paradigm languages.
        2. You prefer to use garbage collection.
        3. You want green threads and/or to design a program in a concurrency-oriented style.
        4. The pony community is a better fit for your learning style.