Skip to content

Commit

Permalink
Last Week in Pony - January 7, 2024 (#913)
Browse files Browse the repository at this point in the history
* Last Week in Pony - January 7, 2024

* Spelling

* Add community resource highlight

* Description

---------

Co-authored-by: Ryan Hagenson <[email protected]>
  • Loading branch information
SeanTAllen and rhagenson authored Jan 7, 2024
1 parent c7808b7 commit 070e9d2
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions content/blog/last-week-in-pony-010724.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
+++
draft = false
author = "seantallen"
description = "Office Hours and the Development Sync are back this week."
categories = [
"Last Week in Pony",
]
title = "Last Week in Pony - January 7, 2024"
date = "2024-01-07T07:00:06-04:00"
+++

## Items of Note

## Meetings reminder

We'll be starting up Office Hours and the Development Sync again this week.

## Community Resource Highlight

We like to take a moment in each Last Week in Pony to highlight a community resource. There are many community resources that can go unappreciated until _just the right time_ when someone hops into the Ponylang Zulip asking a question or facing a problem we have all had at one time or another. Well here in Last Week in Pony, we make it **just the right time** to highlight one of our excellent community resources.

When working on a heavily recursive problem it is best to write tail-recursive functions. Writing such a function requires the last instruction of the function to be a call to the same function, such as in the [Recursion](https://tutorial.ponylang.io/gotchas/recursion) page of the Tutorial. Note that in the non-recursive version of the function the last instruction will be the multiplication, while in the recursive version it will be the function again.

---

_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!

0 comments on commit 070e9d2

Please sign in to comment.