I just completed "Handy Haversacks" - Day 7 - Advent of Code 2020 #AdventOfCode https://adventofcode.com/2020/day/7 in #JuliaLang.
I wanted to do something interesting using Julia's multiple dispatch, making each outer bag a function and the inner bags the parameters, but it would have needed too much macro munchkinry and ended up in the "too clever for its own good" type code. I'm not trying to be [Mel the Real Programmer](https://www.cs.utah.edu/~elb/folklore/mel.html) after all.