Search categories:

Search results for "Haskell":

Advent of code 2023 - day 3 (Haskell)

The elves need to use a gondola lift to continue their adventure, but it's not working 😲. To fix the engine, I decided to give Haskell a go. I was heavily invested in Haskell a few years ago, but other priorities and projects made me lose interest. When I started this puzzle, I had forgotten most of it. I believe Haskell is beautiful as a pure functional language that is well suited for a few specific projects. But being able to write efficient, easy to read code is an art that requires a lot of time and practice. Practice that I have not had in a long time, as you will see. I am writing this article to describe my thought process.