slag-plt / scamper

A mini-Scheme implementation designed for teaching, targeting the web
0 stars 1 forks source link

Scamper

A mini-Scheme implementation designed for teaching, targeting multimedia applications on the web.

Development

To Run Scamper in its basic test environment:

$> tasks/build
$> npm run serve    # spawns a live-server rooted in this project

By default, you can then navigate to localhost:8080/site to interact with the test environment.