DEV Community

Discussion on: Advent of Code #1 (in JavaScript & Haskell)

Collapse
 
sethcalebweeks profile image
Caleb Weeks

This looks great, thanks for sharing! F# is on my to do list of languages to dig into more. I was actually looking for the pipe operator from F# when trying to make the Haskell version, but sadly, it isn't in the prelude. It's cool that you used a fold with a tuple!