Note by the Moderators: This topic is for general discussion about the Advent of Code 2018.
To prevent people from being spoiled about specific challenges if they don’t want to, each day has been given its own topic. Please post information about a specific challenge there:
Even though I didn’t plan on doing AoC this year, after solving one task I got hooked
Based on the experience from the past year, I decided to consolidate my solutions into a single mix project. This allowed me to extract some common helper (e.g. Enum helpers), which helped me clean up the code of the actual solutions, and make it a bit more expressive (e.g. see my take on day 1)
Similarily, I am also solving the AoC this year - github. Probably won’t finish again (last year I gave up after a few days ) but maybe my solutions will be of interest to someone.
I have solved both challenges of Day 1 and Day 2 so far … in Haskell. If (and only if…) I can find the time, I’ll try to do more challenges, as well as solve part or all of them using Elixir and Rust as well .