From 8b378f1c375d3314fdd4c0f3e567fc553d9654d8 Mon Sep 17 00:00:00 2001 From: "Sean T. Allen" Date: Sun, 30 Jun 2024 00:49:17 +0000 Subject: [PATCH] Last Week in Pony - June 30, 2024 --- docs/blog/posts/last-week-in-pony-063024.md | 41 +++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 docs/blog/posts/last-week-in-pony-063024.md diff --git a/docs/blog/posts/last-week-in-pony-063024.md b/docs/blog/posts/last-week-in-pony-063024.md new file mode 100644 index 00000000..9730826c --- /dev/null +++ b/docs/blog/posts/last-week-in-pony-063024.md @@ -0,0 +1,41 @@ +--- +draft: false +authors: + - seantallen +categories: + - "Last Week in Pony" +title: "Last Week in Pony - June 30, 2024" +date: 2024-06-30T07:00:06-04:00 +--- + +The big news from this past week is that Mathias has released "the first" version of Pony Language Server. + + + +## Items of Note + +### New Language Server + +Try out the new [Pony Language Server](https://github.com/ponylang/pony-language-server)! Share your experience on the [Zulip](https://ponylang.zulipchat.com/#narrow/stream/190367-tooling)! + +Try to get it to work with your editor of choice! Contribute installation instructions, if you can. + +If something doesn't work as you'd want it to, please create a github issue [at our repository](https://github.com/ponylang/pony-language-server/issues). + +### Pony Development Sync + +The recording of the June 25th development sync is [available on Vimeo](https://vimeo.com/971906078). + +### Office Hours + +Adrian and I had a great and wide ranging conversation about several "Pony related topics". We talked about cycle detection, the Pony runtime, the Actor Model, Verona, and Behavior-Oriented Concurrency. + +## Releases + +- [ponylang/pony-language-server 0.2.1](https://github.com/ponylang/pony-language-server/releases/tag/0.2.1) + +--- + +_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](https://ponylang.io) or our [Zulip community](https://ponylang.zulipchat.com). + +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](https://github.com/ponylang/ponylang.github.io/issues?q=is%3Aissue+is%3Aopen+label%3Alast-week-in-pony).