I'm posting a daily Dart solution to last year's Advent of Code challenges (lemmy.world)
from mykl@lemmy.world to programming@programming.dev on 07 Nov 2023 08:51
https://lemmy.world/post/7912569

Hi all,

As many people here may already know, Advent of Code is an annual programming challenge that runs from 1st to 25th December each year where each day a new puzzle is published for you to solve. The puzzles ramp up in difficulty during the month and can test your familiarity with core computer science principles and algorithms.

As the title says, I’m currently going through my entries (written in Dart) to last year’s challenge and rewriting them to run in your browser using DartPad. I’ll be posting one a day until 25th November to the Advent of Code community on lemmy.world.

It’s fairly quiet there at the moment, but I hope that with enough awareness of the community, it will liven up enough over the coming weeks that I don’t have to go back to the other place for interesting discussions and hints next month!

Cheers, Michael

#programming

threaded - newest

MyNameIsIgglePiggle@sh.itjust.works on 07 Nov 2023 11:19 next collapse

I love dart, keep up the good work

mykl@lemmy.world on 07 Nov 2023 14:16 collapse

Yes, I really adopted it due to Flutter, but the dev team really are doing great work to make it a nice language, especially with version 3.

MyNameIsIgglePiggle@sh.itjust.works on 08 Nov 2023 02:51 collapse

I’m biased because I wrote a backend framework for it, but it’s really good on the backend and even just a general scripting language

mykl@lemmy.world on 08 Nov 2023 08:17 collapse

True. I’m certainly at the point where quick jobs that I would have once done in Python quite often get done in Dart instead, avoiding the “context switch” of having to think in Python for that one task.

Ategon@programming.dev on 07 Nov 2023 16:59 next collapse

Note weve also got an advent of code community that got started up into this instance at !advent_of_code@programming.dev

mykl@lemmy.world on 08 Nov 2023 08:12 collapse

Yes, when I did a search, I found I had a choice between two quite small and inactive communities, so I went for the slightly larger one. I’ll crosspost today’s post to that community see if it stirs up any more interest.

rony4102@programming.dev on 08 Nov 2023 03:14 collapse

Thanks Chief