# lisp-rs **Repository Path**: kkbt/lisp-rs ## Basic Information - **Project Name**: lisp-rs - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: 0.0.1 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-22 - **Last Updated**: 2024-08-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # lisp-rs A simple Lisp interpreter in Rust. The interpreter was developed to explain how programming language interpreters work and how can they be implemented using the Rust programming language. For detailed code walk-through refer to the [docs](https://vishpat.github.io/lisp-rs). [![asciicast](https://asciinema.org/a/VVQQfGpp15a4BaoNgnEKIqqrr.svg)](https://asciinema.org/a/VVQQfGpp15a4BaoNgnEKIqqrr)