scheme-r5rs - Run a Scheme script in an R5RS environment
Contents
Description
This command runs a Scheme script from the command line. It will load the Scheme script given in program-file into an R5RS environment and call the main procedure with the arguments as a single list of strings.
Name
scheme-r5rs - Run a Scheme script in an R5RS environment
See Also
scheme-srfi-7.scheme48(1), SRFI22 (http://srfi.schemers.org/srfi-22/srfi-22.html)
Synopsis
scheme-r5rs program-file arguments...
