1a6529c7d2ef161ab570b00d8aad5e6c45b3d8a1
Hopefully my logic is explained well enough in the comments for this one. We're just layering more programming languages on top of other programming languages. This is how you anger the computer gods and bring about the AI singularity. I also made some general tweaks to the Intcode machine to make ASCII intcode machines dead simple to deal with. Is it worth the extra branches for each input and output instruction in the interpreter? Probably not...but I was never going to win any speed competitions anyway.
Advent of Code 2019
My solutions to Advent of Code 2019.
Description
Languages
Go
100%