Skip to content

Commit d07cb8c

Browse files
committed
Last Week in Pony - June 22, 2025
1 parent ec0c4e2 commit d07cb8c

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
draft: false
3+
authors:
4+
- seantallen
5+
categories:
6+
- "Last Week in Pony"
7+
title: "Last Week in Pony - June 22, 2025"
8+
date: 2025-06-22T07:00:06-04:00
9+
---
10+
11+
There will be no Last Week in Pony next week.
12+
13+
<!-- more -->
14+
15+
## Items of Note
16+
17+
### Last Week in Pony - June 29, 2025
18+
19+
There will be no Last Week in Pony post next week. I'll be traveling and can't write it. The next post will be on July 6th.
20+
21+
### Pony 0.60.0 Release
22+
23+
We're still working toward the Pony 0.60.0 release. We've hit some serious oddness when trying to build and test `ponyup` on Windows for Arm. You can follow the progress in the [PR](https://github.com/ponylang/ponyup/pull/325). Once we sort that out, [a few tasks remain](https://github.com/ponylang/ponyc/issues/4690).
24+
25+
At this point, we should be doing a release sometime in July or by August at the latest.
26+
27+
### Office Hours
28+
29+
This past Office Hours was Red, Adrian, and me. We went over some generics issues that line up with the FAQ question [How can I write code that works for every kind of Number in Pony?](https://www.ponylang.io/faq/code/#code-for-all-numbers). The given solutions didn't work because Adrian needed `pi` to be defined on `FloatingPoint`, which it currently isn't. This will be a topic of discussion at a future sync.
30+
31+
We all agreed that we don't see any reason the methods that F32 and F64 share shouldn't all be defined on `FloatingPoint`.
32+
33+
A note about the June 30th Office Hours: I'll be traveling and won't be able to host Office Hours. The Zoom link will still work, so you can meet with fellow Pony users without me.
34+
35+
---
36+
37+
_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).
38+
39+
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).

0 commit comments

Comments
 (0)