Build a Lisp Interpreter from Scratch in One Video using Vanilla Javascript

In this video, I make a simple lisp interpreter from scratch. To keep it simple, I have implemented numbers and symbols (I have not included strings, for now--maybe in a later video).
Back to Top