Wow. #AdventOfCode2023 is EVIL in the part B.

Hint: NOTHING in the example says how to handle overlapping string-numbers. And SOMETIMES it's important 😐

I decided to go for #Ruby for the #AdventOfCode2023 - something I've not done much in (basically just #SevenLanguagesInSevenWeeks) but something that I know I can do enough in without wasting time going "WTF?" (see also: Haskell!)

https://dev.ibboard.co.uk/repos/other/adventofcode2023/file/tip

other/adventofcode2023: 19481b061461 /

A fun chain of map, reduce and other bits in #Ruby for #AdventOfCode2023 day 2 🙂

There may be neater ways, but I like that Ruby lets you chain functions onto blocks.

https://dev.ibboard.co.uk/repos/other/adventofcode2023/rev/49dd1ae93696

other/adventofcode2023: 49dd1ae93696

@ibboard I'm thinking of going with Python, as I did for the half a dozen exercises from #AdventOfCode2022
It's sort of my comfort language, it seems 
@leitzke I started with an idea of doing golf-like Python. Then even the first one got a bit complex for my one-liner list comprehension. So I decided to do it in another language as a change and a challenge.