Last Week in Pony - August 13, 2017
Last Week In Pony is a weekly blog post to catch you up on the latest news for the Pony programming language. To learn more about Pony check out our website, our Twitter account @ponylang, or our Zulip community.
Got something you think should be featured? There’s a GitHub issue for that! Add a comment to the open “Last Week in Pony” issue.
Pony Performance Cheat Sheet¶
Yesterday we added the first revision of the Pony Performance Cheat Sheet to the website. There’s a ton of valuable information. Even if you aren’t a Pony programmer, we think you’ll get something out of it. And you Pony programmers who are interested in performance? It’s a must read for you.
Items of note¶
- Pony Stable our little dependency manager that could now runs on Windows. Thank you Gordon Tisher! This is a big deal, it’s the first step in stable’s eventual conquest of the Pony universe.
- The “Interrogating Actors with Promises” Pony Pattern updated to take advantage of new Promises methods introduced in RFC #35.
- Audio from the August 9, 2017 Pony development sync is available for your listening pleasure. If you wait til the end there’s some interesting garbage collection stuff. Earlier, there is talk of documentation generation and code formatting tools along with the usual business. There’s also some interesting discussion related to the “Fix overly restrictive field reference rule in recover expressions” PR. There’s a lot of good stuff at the end is what we are saying. Listen to the whole thing.
News and Blog Posts¶
- Back in early July, Sean T. Allen travelled to Paris to talk Pony at Polyconf 17. Slides are now available for “Why Pony? Bleeding edge technology for your concurrency woes”.
- Kevin Hoffman keeps rolling along with another Pony related blog post: “Modeling Non-Blocking Interactions with Actors in Pony”.
- Brian Sletten gave a talk on Pony at No Fluff Just Stuff. It wasn’t recorded but slides are available. Sadly, they were eventually taken down.
RFCs¶
Interested in making a change, or keeping up with changes to Pony? Check out the RFC repo. Contributors welcome!