-
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
23b67a2
commit 72ee568
Showing
2 changed files
with
46 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -361,6 +361,7 @@ patroclos | |
PCRE | ||
Perelandric | ||
permalink | ||
petri | ||
PLISS | ||
PLT | ||
Plyukhin | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. | ||
|
||
<!-- more --> | ||
|
||
## 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). |