Thomas' Functional Interpreter
July 27, 2012
I just finished a small functional interpreter for an university course. To be precise, the interpreter itself is not functional, but it understands a functional, LISP-like syntax. The whole project is written in Java 7 and provides an interface to all Java classes on the class-path, too.