From 400a00d2df8caf68783e2a7ff3cca73414145239 Mon Sep 17 00:00:00 2001 From: Sean T Allen Date: Sun, 28 Jul 2024 10:50:57 -0400 Subject: [PATCH] Last Week in Pony - July 28, 2024 (#1011) --- .spelling-wordlist.txt | 1 + docs/blog/posts/last-week-in-pony-072824.md | 45 +++++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 docs/blog/posts/last-week-in-pony-072824.md diff --git a/.spelling-wordlist.txt b/.spelling-wordlist.txt index 0229693c..5ae8a326 100644 --- a/.spelling-wordlist.txt +++ b/.spelling-wordlist.txt @@ -361,6 +361,7 @@ patroclos PCRE Perelandric permalink +petri PLISS PLT Plyukhin diff --git a/docs/blog/posts/last-week-in-pony-072824.md b/docs/blog/posts/last-week-in-pony-072824.md new file mode 100644 index 00000000..79cb46c2 --- /dev/null +++ b/docs/blog/posts/last-week-in-pony-072824.md @@ -0,0 +1,45 @@ +--- +draft: false +authors: + - seantallen +categories: + - "Last Week in Pony" +title: "Last Week in Pony - July 28, 2024" +date: 2024-07-28T07:00:06-04:00 +--- + +This week's Last Week in Pony is a two-fer. I was away on vacation so there was no post last week. This week's post covers the last two weeks. + + + +## Items of Note + +### Pony Development Sync + +The recording of the July 23th development sync is [available on Vimeo](https://vimeo.com/991181964). + +And a quick note, we've moved the start time for the development sync meeting back by half an hour. If you are subscribed to the calendar, you should already be seeing the time change. + +### Office Hours + +The July 15 Office Hours was a great one. There was a ton of discussion amongst the primary participants: Adrian, Joe, and myself as well as the occasional comment Red who was mostly lurking. + +We discussed: + +- Petri Nets, Behavior Oriented Concurrency and Verona, and Pony +- "Shareable writable buffers" +- Joe's "ref prime" idea +- Fat pointers and unions and boxing +- and much much more. + +I was on vacation on July 22nd, so I don't know if there was a meeting. + +## Releases + +- [ponylang/pony-language-server 0.2.2](https://github.com/ponylang/pony-language-server/releases/tag/0.2.2) + +--- + +_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).