I’m solving Advent of Code this year using a relaxed criteria compared to last year in that I’m allowing myself to use packages where they’re helpful, rather than strictly base R. Last year I re-solved half of the exercises using Rust which helped me learn a lot about Rust. This year I’m enamored with APL, and I wanted to share a particularly beautiful solution. ⚠⚠⚠⚠⚠ Spoilers ahead for Day 7, in case you haven’t yet completed it yourself. ⚠⚠⚠⚠⚠ I solved Day 7 of...