From e6980b345faa825c459ec7eb8b90590430715b01 Mon Sep 17 00:00:00 2001 From: Sean T Allen Date: Sun, 14 Apr 2024 08:26:58 -0400 Subject: [PATCH] Last Week in Pony - April 14, 2024 (#987) --- docs/blog/posts/last-week-in-pony-041424.md | 31 +++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 docs/blog/posts/last-week-in-pony-041424.md diff --git a/docs/blog/posts/last-week-in-pony-041424.md b/docs/blog/posts/last-week-in-pony-041424.md new file mode 100644 index 00000000..ba969eb2 --- /dev/null +++ b/docs/blog/posts/last-week-in-pony-041424.md @@ -0,0 +1,31 @@ +--- +draft: false +authors: + - seantallen +categories: + - "Last Week in Pony" +title: "Last Week in Pony - April 14, 2024" +date: 2024-04-14T07:00:06-04:00 +--- + +Another slow week in Pony. Core team members are all busy with other things. In my case, with things that pay me money. We'd love to see other folks stepping into the breach and contributing to Pony. + + + +## Items of Note + +### Pony Development Sync + +The [recording](https://vimeo.com/manage/videos/932630834) of the April 9, 2024 sync is available. + +### Office Hours + +Adrian and I met for 15 minutes. We discussed a couple Pony issues related to the Zulip thread: ["Matching on `(Any iso | Any val | Any tag)`"](https://ponylang.zulipchat.com/#narrow/stream/189985-beginner-help/topic/.E2.9C.94.20Matching.20on.20.60.28Any.20iso.20.7C.20Any.20val.20.7C.20Any.20tag.29.60). + +--- + +_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), our Twitter account [@ponylang](https://twitter.com/ponylang), 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). + +Interested in making a change, or keeping up with changes to Pony? Check out the [RFC repo](https://github.com/ponylang/rfcs). Contributors welcome!