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 [...]
Archive for the ‘coding’ Category
SinC — The Tiniest LISP Compiler (to Python)
Posted in coding, tagged Lisp, Python on 2009/11/28 | Leave a Comment »