Skip to content

Last Week in Pony - June 18, 2018

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.

News and Blog Posts

  • Stephan Renatus is now a committer for stable. Welcome to the team, Stephan!

  • stable, the Pony dependency manager, had a new version released: 0.1.4. Now it supports fetching dependencies from GitLab for all those folks who are #movingtogitlab.

  • The net/http package containing code for creating HTTP/1 clients and servers, parsing, building and manipulating URLs is about to be removed from the standard library with the next Pony minor release. It will live in its own repository at https://github.com/ponylang/http and will be called http. It is already available as of now. Full information on the reasoning for the removal is available in RFC 55: Remove HTTP packages from Stdlib.

RFCs

Final Comment Period

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