Extremely cool implementation of an interpreter in Go. Instead of compiling to bytecode and then executing it in a separate VM, just "compile" directly to Go functions (capturing arguments with closures) and execute them directly. Very clean!
add a skeleton here at some point
8 months ago