Monkey [TODO] Installation $ go get github.com/ojiry/monkey Run $ monkey Hello ojiry! This is the Monkey programming language! Feel free to type in commands >> let add = fn(x, y) { x + y }; >> add(2, 8) 10