DEV Community

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

Collapse
 
kirkcodes profile image
Kirk Shillingford

Excellent stuff. This is my favourite series on dev right now.

I'm happy I'm not the only one who thought day 3 was a non-trivial step up in difficulty over day 2.

And that part 1 and 2 are not as similar as you'd first think.

I ended up transposing the input in part one which I think made the logic a lot less nefarious.

I have been consistently impressed with how terse the js/ts versions of these are, especially leveraging the power of es6 features.

Keep up the great work.

If you'd like to see my f# attempt. github.com/tkshill/aoc2021/blob/ma...

Collapse
 
sethcalebweeks profile image
Caleb Weeks

Thanks so much Kirk! It is great to know that there is someone reading my posts. I really appreciate you sharing your F# solutions as well. Unfortunately, I did not have time today to do problem #4, but hopefully I can catch up soon.