Skip to content

nuprl/softscheme-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7c7ae0a · May 4, 2021

History

11 Commits
Apr 22, 2021
Apr 22, 2021
Mar 29, 2021
Mar 29, 2021
Apr 22, 2021
May 4, 2021
Mar 29, 2021
Mar 30, 2021

Repository files navigation

A web frontend for Soft Scheme. Contains code from:

- Soft Scheme: 
  https://github.com/skangas/guile/blob/master/gc-benchmarks/larceny/softscheme.sch

- Petit Larceny:
  http://larcenists.org/download-petit.html

You can run this locally on a Linux distro that supports 32-bit executables
as follows:

  (cd js && npm install) # just once
  node js

You can build a Docker image with all dependencies by running 'make'.

You can run the Docker web server like this:

  docker run -d --name softscheme -p 0.0.0.0:8080:8080/tcp arjunguha/softscheme

Visit http://localhost:8080 in your browser.