mvm - a fast virtual machine for Go
16 points by TeddyDD
16 points by TeddyDD
I'm very excited about this project - I've been thinking for years that Go needs good interpreter. REPL for testing small snippets of code during development would be amazing.
I don't entirely see how this is different than doing go run on a file, I can see the OP being useful for many things but this doesn't seem that useful at all to me.