Tim Lopez published an elegant and tiny LISP interpreter for Python on his blog. Inspired by Norvig’s Paradigms of Artificial Intelligence Programming. I developed an interpreter as well as a compiler for LISP in Python. Hence the interpreter is quite similar to Tim Lopez’ implementation, I will present sinC, the s-expression input compiler. SinC compiles my own proprietary LISP dialect to Python

