From: Mehmet Yavuz S. Soyturk
Subject: yet another toy lisp interpreter
Date: 
Message-ID: <1166323857.433395.17080@n67g2000cwd.googlegroups.com>
This is a toy lisp interpreter that I have written with the help of
http://paulgraham.com/rootsoflisp.html .
It's written in python. It can do: cons, cond, eq, lambda, label,
defun, setf, +/-/*/< ...

http://studwww.ugent.be/~msoyturk/lisp.py
From: Greg Johnston
Subject: Re: yet another toy lisp interpreter
Date: 
Message-ID: <1166364427.827088.5650@16g2000cwy.googlegroups.com>
Mehmet Yavuz S. Soyturk wrote:
> This is a toy lisp interpreter that I have written with the help of
> http://paulgraham.com/rootsoflisp.html .
> It's written in python. It can do: cons, cond, eq, lambda, label,
> defun, setf, +/-/*/< ...
>
> http://studwww.ugent.be/~msoyturk/lisp.py

Now write a Python interpreter in your Lisp, and then run your Lisp
interpreter inside that! :-p