A Turing-complete Lisp interpreter implemented in Python. Features recursive functions, lambda expressions, and basic arithmetic operations.
-
Updated
Mar 4, 2025 - Python
A Turing-complete Lisp interpreter implemented in Python. Features recursive functions, lambda expressions, and basic arithmetic operations.
We want to deepen our understanding of programming languages' functioning. To achieve this goal, we have decided to create our own language. Our intention is not to develop a complex language but rather to design an extremely simple language in order to grasp all the underlying intricacies of programming.
Add a description, image, and links to the language-implementations topic page so that developers can more easily learn about it.
To associate your repository with the language-implementations topic, visit your repo's landing page and select "manage topics."