Search code examples
pythonlispinterpreterdialect

write lisp dialect


Do you have any advice for writing a Lisp dialect/interpreter in Python? I'd like to start off with just several basic commands, like set, print, and define or something.


Solution

  • Check out How to Write a Lisp Interpreter in Python.