An extended version of scm.go: http://pkelchte.wordpress.com/2013/12/31/scm-go/, A minimal Lisp (Scheme) interpreter in Go.
It is inspired by Abelson and Sussman's Scheme evaluator in Structure and Interpretation of Computer Programs, and Peter Norvig's lis.py interpreter.