I got wondering how much work it would be to compile s-expressions to #uxn, it turns out, not a lot.
As a test, I've only implemented `let`, but it's shockingly easy to map lisp-like syntax to the uxn assembly, I might push this further still.
https://git.sr.ht/~rabbits/qzil/tree/master/item/src/qzil.tal
@neauoire After all, a Lisp machine is just a stack machine with extra steps. :)