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
@neauoire That is essentially what Funktal does, except that I didn't implement the let-syntax yet, because it's only syntactic sugar for lambdas. I'll do it eventually as it is very convenient.
@neauoire oh yes :)