What is Monkey?Monkey is a programming language that you can build yourself by reading through Writing An Interpreter In Go and Writing A Compiler In Go. There is no official implementation of Monkey — it lives in these books and it's up to you, the reader, to implement it. First as a tree-walking interpreter, then as a bytecode compiler and virtual machine. Here is what Monkey looks like: // Inte