wiwichips / lisp-rs-wasm

Run Lisp in DCP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lisp interpreter in browser

This webapp runs the lisp-rs interpreter in a browser as a WASM binary. The WASM binary is built using wasm-pack. The webapp is hosted on github pages and can be found here

Build

WASM Binary

npm run build:wasm

WebApp

npm install
npm run build

Run

npm run start

About

Run Lisp in DCP


Languages

Language:JavaScript 56.3%Language:HTML 26.0%Language:CSS 13.8%Language:Rust 3.9%