From 4fd7f47561b8f26f8509b3737ad823459f4e3202 Mon Sep 17 00:00:00 2001 From: Sean T Allen Date: Sun, 28 Apr 2024 08:10:41 -0400 Subject: [PATCH] Last Week in Pony - April 28, 2024 (#994) --- docs/blog/posts/last-week-in-pony-042824.md | 37 +++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 docs/blog/posts/last-week-in-pony-042824.md diff --git a/docs/blog/posts/last-week-in-pony-042824.md b/docs/blog/posts/last-week-in-pony-042824.md new file mode 100644 index 00000000..f7d7c425 --- /dev/null +++ b/docs/blog/posts/last-week-in-pony-042824.md @@ -0,0 +1,37 @@ +--- +draft: false +authors: + - seantallen +categories: + - "Last Week in Pony" +title: "Last Week in Pony - April 28, 2024" +date: 2024-04-28T07:00:06-04:00 +--- + +Ubuntu 24.04 support is arriving. + + + +## Items of Note + +### Ubuntu 24.04 support is coming + +We are now creating prebuilt ponyc binaries for Ubuntu 24.04. Currently, nightly builds are available. The next release of ponyc will have a version built for Ubuntu 24.04. + +Ponyup has been updated to recognize and support Ubuntu 24.04. If you're using ponyup, you should be able to use it to install ponyc on Ubuntu 24.04. You'll need to update your ponyup installation to get the new Ubuntu 24.04 support. + +### Blog post mentioning Pony + +Pony earned a couple of mentions in the blog post ["Borrow checking, RC, GC, and the Eleven (!) Other Memory Safety Approaches"](https://verdagon.dev/grimoire/grimoire). + +## Releases + +- [ponylang/ponyup 0.8.3](https://github.com/ponylang/ponyup/releases/tag/0.8.3) + +--- + +_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!