Skip to content

Last Week in Pony - April 17, 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.

Items of note

  • After a bit of DNS wrangling and drama, the standard library documentation is back online at its new official home: http://stdlib.ponylang.io

  • Several new “easy to get started with” issues have recently been opened. They are a great way to get started with contributing to Pony. Interested in taking on one? Let us know on the issue.

  • Andrew Turley opened a PR for RFC #21. When merged it will allow the programmer to specify custom serialization/deserialization that would be run as part of Pony’s built-in serialization/deserialization process. The custom methods would run after the built-in serialization and deserialization and would allow the programmer to:

  • specify the number of bytes to use for serialization
  • write bytes to the serialization buffer
  • read bytes from the serialization buffer
  • Wojciech Migda has opened a very exciting PR to integrate RapidCheck into the Pony code base. It’s very early on but the idea of having property based testing on the C codebase that drives the Pony runtime and compiler is very exciting.

News and Blog Posts

  • Audio from the April 12th Pony developer’s sync is available at https://vimeo.com/915002467. The call was devoted mostly to addressing older issues that had started to back up. If you’d like to get involved with Pony development, feel free to stop by. We meet weekly.

  • Core team member Sean T. Allen announced that he’ll be giving two different Pony talks in the coming months. One at PolyConf in July, the other at QCon New York in June.

RFCs

Interested in making a change, or keeping up with changes to Pony? Check out the RFC repo. Contributors welcome!