An optimistic attempt to solve Advent of Code 2022 using an emulated BBC Micro Computer.
I'm using the Owlet BBC BASIC editor for now - although if the data grows by much for some of the later challenges I'll probably have to switch to something where I can provide a disk image.
For now, you can copy/paste the code for each solution into the Owlet editor, and hit the run button to see it working...
Beebjit is a super fast BBC Micro emulator. I've used it to crunch solutions for problems that would have taken an inordinate amount of time. So far, that's:
- 11B - This required 10,000 iterations of a complex algorithm that makes use of the
bignum
library functions (which, in turn, are very slow).
The BBC Micro (affectionately known as the Beeb) is a computer first released by the BBC in 1981. Soon after, they appeared in every school. I was also released in 1981, and I have a bit of a soft spot for these old 8-bit machines.
My brother and I grew up writing little games and programs for them in BBC BASIC.