/build-your-own-lisp

A short (1h-1.5h) workshop about building a Lisp Interpreter

Primary LanguageTypeScript

Build your own Lisp

[ get started here ]

What is this?

This is a short (1h-1.5h) workshop about building a small Lisp Interpreter.

What do I need?

What will be the end result?

gif of REPL

How to start / test the code

  • Before doing anything, run npm install once to install all the necessary dependencies
  • Run npm run start to start an interactive Read Evaluate Print loop
  • Run npm run test to run a test watcher

References used