Skip to content

Last Week in Pony - March 11, 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.

Items of note

Last Week’s Playground

We have one “Last Week’s Playground” submission from MightyAlex200.

Alex notes:

My submission is quite simple, but I hadn’t ever seen anything like this in any other language and I thought it was cool that Pony can do this.

This snippet demonstrates adding a method to primitives via trait subtyping that overloads the “not” operator to return a specific primitive.

This allows types to be easily declared as “opposites” of each other

Trait Subtyping

RFCs

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

Implemented RFCS

New Ponybench API

Approved RFCs

Compile time expressions