Skip to content
This repository has been archived by the owner on Aug 24, 2024. It is now read-only.

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

Notifications You must be signed in to change notification settings

wvanlit/build-your-own-lisp

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks