Letscape is...
- A lazy functional programming language
- A structural editor, with copy/paste and undo/redo
- An interpreter, featuring step-wise evaluation (which you can undo/redo)
PORT=3000
LETSCAPE_DB=./prelude.json
npm install
npm run dev
nix build
nix shell .#node
npm start --prefix result/letscape