Skip to content

Last Week in Pony - September 9, 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

  • Pony Language Server has been created to implement a Language Server for Pony. This will allow for a rich editing experience when using VSCode (I think other editors and IDEs also have ways to use LSP plugins as well). Think IntelliSense, type info and docs on hover, go to definition, find references, syntax error highlighting, etc. Tools like this are a huge boon to newcomers to the language, and having this could really help with adoption.

  • I’ll be working on this to start - I have extensive experience with JavaScript and Typescript so I am a great fit to start work on the Client side of the project. But I need help with the server side, so please reach out to me (anthony.bullard@gmail.com) or @SeanTAllen if you are interested.

RFCs

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

Approved RFCs

  • RFC #58 aka “Partial Arithmetic” has been merged to main and will be in the next Pony release. That release is currently on hold as @mfelsche is still working on tutorial and documentation updates related to RFC #58.