lunarflow icon indicating copy to clipboard operation
lunarflow copied to clipboard

Lambda calculus go brrrr

Lunarflow

This project is currently on hold. I might or might not resume development.

Lunarflow is a lambda calculus visualizer. This is still in a super early stage, so maybe start this repo and come back in a few months :D

Try it out here.

Setup

  • Clone the repo
  • Run:
    pnpm install
    

Dev server

  • Run

    pnpm dev
    

Build for production

  • Run

    pnpm build