this post was submitted on 07 Nov 2023
28 points (96.7% liked)

Programming

16212 readers
129 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 1 year ago
MODERATORS
 

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

top 7 comments
sorted by: hot top controversial new old
[–] [email protected] 3 points 8 months ago* (last edited 8 months ago) (1 children)

Note weve also got an advent of code community that got started up into this instance at [email protected]

[–] mykl 1 points 8 months ago

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.

[–] [email protected] 3 points 8 months ago (1 children)

I love dart, keep up the good work

[–] mykl 2 points 8 months ago (1 children)

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.

[–] [email protected] 2 points 8 months ago (1 children)

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 1 points 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.

[–] [email protected] 2 points 8 months ago

Thanks Chief