PreScheme image from Scheme48.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Thomas Hintz e2a42f98ab Initial commit. 6 years ago
COPYING Initial commit. 6 years ago
README Initial commit. 6 years ago
ps-compiler.image Initial commit. 6 years ago

README

This is a Scheme48 PreScheme image suitable for use with the scheme48
program. Example usage:

scheme48 -i ps-compiler.image

To build this image download and extract the Scheme48 distribution
from s48.org. If needed, build and install Scheme48. Then in the
ps-compiler/ directory of the Scheme48 distribution start scheme48 and
enter the following commands:

,config ,load ../scheme/prescheme/interface.scm
,config ,load ../scheme/prescheme/package-defs.scm
,exec ,load load-ps-compiler.scm
,in prescheme-compiler prescheme-compiler
,user (define prescheme-compiler ##)
,dump ps-compiler.image "(Pre-Scheme)"
,exit