Hacker News new | ask | show | jobs
by keithgabryelski 3528 days ago
Here is my version of a lisp interpreter in python:

https://github.com/keithgabryelski/plisp

it's not meant to be pythonic -- it's meant to readable and organized

my inspiration was Interpreting LISP by Gary D. Knott written in 1997 (the pdf of it is included in the repository)