monkey-go Monkey programming language from Writing an interpreter in Go and Writing a compiler in Go books. REPL Run go build -o monkey-go && ./monkey-go in your terminal Other languages monkey-swift