This is a sample implementation of the "Monkey" programming language interpreter as outlined in the book "Writing an interpreter in Go" by Thorsten Ball.
This implementation contains some custom additions and flavors like "Maybe" instead of null.
The main program runs the REPL.