about summary refs log tree commit diff
path: root/users/sterni/exercises/aoc/2022/10
AgeCommit message (Collapse)AuthorFilesLines
2022-12-10 r/5403 feat(sterni/aoc/2022): day10 BQN solutionsterni1-0/+25
I cheated a bit to skip implementing multi cycle instructions. The VM is pretty much a normal tail recursive function, but working with scalars in BQN is on brand-ish. Array programming helps again when drawing the picture on screen. Change-Id: I2562c862e228f633c5fad09e503529c6e0785112 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7556 Tested-by: BuildkiteCI Reviewed-by: sterni <sternenseemann@systemli.org> Autosubmit: sterni <sternenseemann@systemli.org>