tvl-depot/users/sterni/exercises/aoc
sterni c381fa64cf feat(sterni/aoc/2022): day10 BQN solution
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>
2022-12-10 20:29:31 +00:00
..
2021 chore(sterni/exercises/aoc): split out utils into a library of sorts 2022-12-01 23:38:46 +00:00
2022 feat(sterni/aoc/2022): day10 BQN solution 2022-12-10 20:29:31 +00:00
.gitignore feat(sterni/exercises/aoc/2022): add basic scaffolding 2022-12-01 23:50:32 +00:00
lib.bqn feat(sterni/aoc/2022): day10 BQN solution 2022-12-10 20:29:31 +00:00