Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 317 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 317 Bytes

LISP Interpreter in C and Rust

This project is an implementation of a LISP interpreter, inspired by Daniel Holden's book "Build Your Own Lisp". The goal is to explore how the same programming concepts can be applied across different programming languages, specifically C and Rust.