Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Why Pony?

Why Pony?

Pony is a new language designed to make fast, concurrent programing simple. Its actor-based concurrency and advanced type system ensure programs are data race and deadlock free. We'll compare Pony to more mature technologies, starting with when you shouldn't use it, when you should, and what your alternatives might be. You'll learn about Pony's design philosophy, how the actors simplify writing safe code and more. You'll leave understanding what Pony is and if it's something you might use.

Sean T Allen

July 08, 2017
Tweet

More Decks by Sean T Allen

Other Decks in Technology

Transcript

  1. Sean T Allen Author of Storm Applied Member of the

    Pony core team VP of Engineering at Sendence
  2. -Sylvan Clebsch “ A programming language is just another tool.

    It’s not about syntax. It’s not about expressiveness. It’s not about paradigms or models. It’s about managing hard problems.”
  3. Why Not Pony? Concurrency isn’t your problem Lack of API

    Stability “Batteries Not Included” Limited Native Tooling
  4. Is Pony right for you? You have a hard concurrency

    problem You aren’t reliant on a lot of existing libraries You are willing to write “most everything” from scratch Yes, if…
  5. Takeaways… Pony has a powerful, data-race free, concurrency-aware type system

    The Pony runtime can help you solve hard concurrency problems You might be able to use Pony in production now