mvm - a fast virtual machine for Go
Summary
mvm is a fast, Go-compatible virtual machine that lets you run Go directly from source, embed a full interpreter, and provide a REPL and debugger. The article outlines installation, core features, and examples, plus ways to run code in a browser playground and via a host application.