From: Chris Eineke
Subject: A New Lisp Interpreter: Armstrong
Date: 
Message-ID: <0f3d08b3-0fff-4dfb-bf23-b0c3d881c7f1@d45g2000hsc.googlegroups.com>
Hi, everyone!

I've been writing a Lisp interpreter in C in my spare time since
January. I don't plan to make it as big as other Lisp systems like
SBCL, Allegro, or Clisp. My goals were, and still are, easy-to-
understand codes and fun. I welcome feedback and suggestions, and if
you are interested in hacking it I'll look forward to your
patches! :-)

It's quite barebone, but basic math operations work (kind of) and
built-ins and anonymous function work, too. Well, take a look at the
code for yourself:

a.) git-clone git://eineke.homelinux.net/~ceineke/armstrong

b.) wget http://chriseineke.com/media/blogs/arm/armstrong-0.0.3.tar.bz2

Thanks :)