Stream: show and tell

Topic: 🚧 Advent of Code 2022 in Roc (work in progress)


view this post on Zulip Fábio Beirão (Jun 08 2023 at 12:13):

I'm 120% sure that you guys have also done the same, but in my Roc learning journey, I decided to take a stab at solving the Advent of Code 2022.
So far I have completed 5 days :sweat_smile: (I might have underestimated the complexity of the challenges)
It's been incredibly fun, and an opportunity to better understand the language.
Thank you for creating roc :pray:
If you're curious, my repository is here.

view this post on Zulip Brendan Hansknecht (Jun 08 2023 at 13:10):

In case you haven't seen #Advent of Code has a lot of old discussion and links to answers for a number of the problems

view this post on Zulip Fábio Beirão (Jun 08 2023 at 13:12):

Yeap, okay I am now more than 120% sure haha. Completely missed that where was this Stream in Zulip :face_palm:‍♂️

view this post on Zulip Fábio Beirão (Jun 08 2023 at 14:36):

Well, day 7 uses recursive data structures, so that gave me the chance to find small quality of life bug in roc check


Last updated: Jul 06 2025 at 12:14 UTC