Hacker News new | ask | show | jobs
by keithgabryelski 4139 days ago
for what it is worth, here is a version of a lisp interpreter I wrote in python: https://github.com/keithgabryelski/plisp I used _Interpreting_LISP_ by Gary D. Knott as a guide.
1 comments

Lisp in Python in 137 LOC:

http://www.flownet.com/ron/l.py

not really, but it is interesting.