-
Notifications
You must be signed in to change notification settings - Fork 331
blog post: Advent of Code 2025 #1860
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
SethTisue
wants to merge
5
commits into
scala:main
Choose a base branch
from
SethTisue:blog-aoc2025
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,58 @@ | ||
| --- | ||
| layout: blog-detail | ||
| post-type: blog | ||
| by: Seth Tisue, Scala Core Team; Jamie Thompson | ||
| title: "Join us for the Advent of Code 2025" | ||
| --- | ||
|
|
||
| ## Help the elves! | ||
|
|
||
| For the fifth time, the Scala Center is supporting the Scala community's participation in the annual **Advent of Code** challenge for 2025. (See [Advent of Code Recap 2024](https://www.scala-lang.org/blog/2025/01/16/advent-of-code-recap.html) for a recap of 2024's edition). | ||
|
|
||
| We hope you will join us! | ||
|
|
||
| ## What is Advent of Code? | ||
|
|
||
| [**Advent of Code**](https://adventofcode.com), created by [Eric Wastl](http://was.tl/), is an annual event consisting of a series of Christmas-themed programming puzzles. The puzzles are released daily from December 1st through December 12th. The puzzles start easy and get harder as they go. | ||
|
|
||
| The goal for participants is pure enjoyment. But also, you can sharpen your coding skills and improve your knowledge of your programming language of choice (which is Scala, of course). | ||
|
|
||
| Note that the event is now 12 days long, not 25 days like previous years. | ||
|
|
||
| ## Discord channel | ||
|
|
||
| We have re-opened the `#advent-of-code` [Discord channel](https://discord.com/channels/632150470000902164/913451015246868530) at the official [Scala Discord Server](https://discord.com/invite/scala). | ||
|
|
||
| Here you can discuss the puzzles, share solutions, and ask for help. | ||
|
|
||
| The channel topic also has a link to a Scala-specific leaderboard, with a code for joining. | ||
|
|
||
| ## Read sample solutions on our website | ||
|
|
||
| Our [Scala Center Advent of Code website](https://scalacenter.github.io/scala-advent-of-code/2025/) is ready to go for 2025. | ||
|
|
||
| Once the event begins, we will post a daily article for each puzzle, a day or two after you've had a chance to solve it yourself. | ||
|
|
||
| Each article shows a sample solution and explains how it works. Articles are contributed by community members and vetted by the community and the Center. | ||
|
|
||
| We want to showcase how Scala helps you write elegant solutions out-of-the-box, so the sample solutions will only use the Scala 3 standard library. | ||
|
|
||
| ## Share your solutions | ||
|
|
||
| If you would like to write one of the sample articles, you can volunteer [on this page](https://github.com/scalacenter/scala-advent-of-code/discussions/842). | ||
|
|
||
| Each day's article also includes links to alternate solutions. To add your own solution link, click "Edit this page" on a puzzle page to make a pull request adding a link to your solution. | ||
|
|
||
| ## Why we do this | ||
|
|
||
| At the [Scala Center](https://scala.epfl.ch), we love writing code in Scala, and we hope you do too. One of our core priorities is to _communicate excitement about Scala_, which motivates us to participate in the Advent of Code and share experiences solving problems with Scala with the wider programming community. | ||
|
|
||
| Another key priority is to improve the _onboarding experience for newcomers_. Part of that experience comes from the first impressions someone has reading Scala code. We hope that by reading the articles on [our solutions website](https://scalacenter.github.io/scala-advent-of-code/), newcomers can see that Scala is an elegant language for solving problems. | ||
|
|
||
| Please urge your employer to [support the Scala Center](https://scala.epfl.ch/donate.html). | ||
|
|
||
| ## Conclusion | ||
|
|
||
| We thank [@spamegg1](https://github.com/spamegg1) for co-organizing. | ||
|
|
||
| See you soon and happy coding! | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.