-
-
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
be8d35a
commit 8b378f1
Showing
1 changed file
with
41 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 |
---|---|---|
@@ -0,0 +1,41 @@ | ||
--- | ||
draft: false | ||
authors: | ||
- seantallen | ||
categories: | ||
- "Last Week in Pony" | ||
title: "Last Week in Pony - June 30, 2024" | ||
date: 2024-06-30T07:00:06-04:00 | ||
--- | ||
|
||
The big news from this past week is that Mathias has released "the first" version of Pony Language Server. | ||
|
||
<!-- more --> | ||
|
||
## Items of Note | ||
|
||
### New Language Server | ||
|
||
Try out the new [Pony Language Server](https://github.com/ponylang/pony-language-server)! Share your experience on the [Zulip](https://ponylang.zulipchat.com/#narrow/stream/190367-tooling)! | ||
|
||
Try to get it to work with your editor of choice! Contribute installation instructions, if you can. | ||
|
||
If something doesn't work as you'd want it to, please create a github issue [at our repository](https://github.com/ponylang/pony-language-server/issues). | ||
|
||
### Pony Development Sync | ||
|
||
The recording of the June 25th development sync is [available on Vimeo](https://vimeo.com/971906078). | ||
|
||
### Office Hours | ||
|
||
Adrian and I had a great and wide ranging conversation about several "Pony related topics". We talked about cycle detection, the Pony runtime, the Actor Model, Verona, and Behavior-Oriented Concurrency. | ||
|
||
## Releases | ||
|
||
- [ponylang/pony-language-server 0.2.1](https://github.com/ponylang/pony-language-server/releases/tag/0.2.1) | ||
|
||
--- | ||
|
||
_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). |