Stream: advent of code

Topic: Day 8


view this post on Zulip Shritesh Bhattarai (Dec 08 2022 at 13:38):

Here's my Day 8. I was excited to see the List.range fix land in main but then disappointed that it's not in nightly yet.

view this post on Zulip Richard Feldman (Dec 08 2022 at 13:55):

yeah just missed the nightly release window :sweat_smile:

view this post on Zulip Luke Boswell (Dec 09 2022 at 05:08):

Here is my Day 8 Part 1. I'm learning a lot from doing this. It's really impressive @Shritesh Bhattarai to see your work, it's so much shorter than mine.

view this post on Zulip Ayaz Hafiz (Dec 11 2022 at 21:42):

My day 8 https://gist.github.com/ayazhafiz/64b1ac23ee8e1383c022a226e953214a

view this post on Zulip Ayaz Hafiz (Dec 11 2022 at 21:43):

Using List.range is smart.. I was going to take slices of the target forest but that is really expensive today.


Last updated: Jul 26 2025 at 12:14 UTC