Reviving LISP 1.5: A C and Odin Implementation
2025-09-03
This project recreates the core functionality of the 1962 LISP 1.5 interpreter in both C and Odin, boasting less than 500 lines of code (around 600 for the Odin version). It features a semi-space copying garbage collector based on Cheney's algorithm and limited tail-call optimization. While simplifying error handling and thread safety, the project successfully executes test programs, demonstrating the elegance and conciseness of LISP.
Development