A simple LISP system written in C#. Inspired by Scheme and the wonderful book, "Structure and Interpretation Of Computer Programs".
Supports features such as tail call optimization and call-with-current-continuation
Capable of running many programs from the SICP book.
(NOTE: This is a very old pet project from 2011.)