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

    • mykl@lemmy.worldOP
      link
      fedilink
      arrow-up
      3
      ·
      8 months ago

      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.

        • mykl@lemmy.worldOP
          link
          fedilink
          arrow-up
          1
          ·
          8 months ago

          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.