Applejak
- October 5, 2020
- Internet Janitor
It Doesn't Taste Like APLs... Applejak is a very, very small interpreter for a subset of the K programming language which runs on the Super CHIP-8 virtual machine; one of the most widely-ported VMs in existence. It was written in Octo Assembly Language as part of Octojam 7. To cram this program (and all of its working buffers) into 4kb of RAM, I had to cut many corners. Error-handling is rudimenta…