I am very happy that we get the advent of code again this year, however I have read the FAQ for the first time, and I must admit I am not sure I understand the reasoning behind this: > If you're posting a code repository somewhere, please don't include parts of Advent of Code like the puzzle text or your inputs. The text I get, but the inputs? Well, I will comply, since I am getting a very nice thing for (almost) fre…
Advent of Code 2025
271–280 of 416 posts
Re: Advent of Code 2025
#272Earlier quoted context omitted.
Someone else in the thread lamented the problems as "too easy" and I wondered what world I was living in.
The group of people for which the problems are "too easy" is probably quite small. According to Eric last year ( https://www.reddit.com/r/adventofcode/comments/1hly9dw/2024_... ) there were 559 people that had obtained all 500 stars. I'm happy to be one of them. The actual number is going to be higher as more people will have finished the puzzles since then, and many people may have finished all of the puzzles but sp…
Re: Advent of Code 2025
#273Opinion poll: Python is extremely suitable for these kind of problems. C++ is also often used, especially by competitive programmers. Which "non-mainstream" or even obscure languages are also well suited for AoC? Please list your weapon of choice and a short statement why it's well suited (not why you like it, why it's good for AoC).
Or MUMPS.
Re: Advent of Code 2025
#274I support the no global leaderboard. I was in 7th place last year but quickly got bored maintaining the aggressive AI pipeline required to achieve that. If I wanted to maintain pipelines I'd just do work, and there will never be a good way to prevent people from using AI like this. Advent of Code should be fun, thank you for continuing to do it. I'm looking forward to casually playing this year!
Re: Advent of Code 2025
#275Opinion poll: Python is extremely suitable for these kind of problems. C++ is also often used, especially by competitive programmers. Which "non-mainstream" or even obscure languages are also well suited for AoC? Please list your weapon of choice and a short statement why it's well suited (not why you like it, why it's good for AoC).
Neon Language: https://neon-lang.dev/ Some previous AoC solutions: https://github.com/ghewgill/adventofcode
Re: Advent of Code 2025
#276I am still updating it for this year, so please feel free to submit a PR or share some here.
Re: Advent of Code 2025
#277Earlier quoted context omitted.
I am so glad there is no leaderboard this year. Making it a competition really is against the spirit of advent calendars in general. It’s also not a fair competition by default simply due to the issue of time zones and people’s life schedules not revolving around it. There are plenty of programming competitions and hackathons out there. Let this one simply be a celebration of learning and the enjoyment of problem sol…
I agree with the first point but the second point feels irrelevant. Yeah, people's life schedules don't revolve around it, but that doesn't mean shouldn't make iy a competition. Most people who play on chess.com don't have lives that revolve around it, but that doesn't mean that chess.com should abolish Elo rankings.
Re: Advent of Code 2025
#278Earlier quoted context omitted.
Someone else in the thread lamented the problems as "too easy" and I wondered what world I was living in.
The group of people for which the problems are "too easy" is probably quite small. According to Eric last year ( https://www.reddit.com/r/adventofcode/comments/1hly9dw/2024_... ) there were 559 people that had obtained all 500 stars. I'm happy to be one of them. The actual number is going to be higher as more people will have finished the puzzles since then, and many people may have finished all of the puzzles but sp…
Re: Advent of Code 2025
#279I plan on doing this year in C++ because I have never worked with it and AoC is always a good excuse to learn a new language. My college exams just got over, so I have a ton of free time.
Previous attempts:
- in Lua https://github.com/Aadv1k/AdventOfLua2021
- in C https://github.com/Aadv1k/AdventOfC2022
- in Go https://github.com/Aadv1k/AdventOfGo2023
really hope I can get all the stars this time...Cheers, and Merry Cristmas!
Re: Advent of Code 2025
#280> You don't need a computer science background to participate - just a little programming knowledge and some problem solving skills will get you pretty far. Every time I see this I wonder how many amateur/hobbyist programmers it sets up for disappointment. Unless your definition of “pretty far” is “a small number of the part ones”, it’s simply not true.
Got to agree. I'm even surprised at just how little progress many of my friends and ex-colleagues over the years make given that they hold down reasonable developer jobs.