Homegrown Closures for Uxn
Homegrown closures for uxn at least, kind of... For a week or so now, I've been writing niënor, a "lispy environment for uxn". I did not want it to become a full-blown lisp but just another way of writing uxntal. Uxntal is a bit too dense for my liking, and I prefer lisp/scheme s-expression syntax. Niënor is just a compiler and a macroexpander that takes in scheme-like code and spits out uxn roms. This article describes my homegrown method of creating lexically scoped closures in this environ