▲ 18 ▼ The official awful.systems Advent of Code 2023 thread (awful.systems) submitted 2 years ago* (last edited 2 years ago) by gerikson@awful.systems to c/notawfultech@awful.systems 121 comments fedilink hide all child comments Rules: no spoilers. The other rules are made up as we go along. Share code by link to a forge, home page, pastebin (Eric Wastl has one here) or code section in a comment.
[–] froztbyte@awful.systems 4 points 2 years ago (1 child) Nice, I’ll be reading :D (Possibly have some dart coming up on a thing soon) permalink fedilink source parent hideshow 1 child comment replies: [–] swlabr@awful.systems 4 points 2 years ago I'll be honest: so far, Dart is pretty rubbish for this kind of exercise for the simple reason that their Strings aren't just arrays of chars. There's no native isDigit, for example. Otherwise, I've been using it with Flutter and have been happy with my experience. I'm only posting code when I think I've done something interesting or if there's a notable language feature to show off, but so far, no dice. permalink fedilink source parent
[–] swlabr@awful.systems 4 points 2 years ago I'll be honest: so far, Dart is pretty rubbish for this kind of exercise for the simple reason that their Strings aren't just arrays of chars. There's no native isDigit, for example. Otherwise, I've been using it with Flutter and have been happy with my experience. I'm only posting code when I think I've done something interesting or if there's a notable language feature to show off, but so far, no dice. permalink fedilink source parent