SRFI 22: Running Scheme Scripts on Unix
by Martin Gasbichler and Michael Sperber
status: final (2002-01-20)
keywords: Operating System
Abstract
This SRFI describes basic prerequisites for
running Scheme programs as Unix scripts in a uniform way. Specifically,
it describes:
- the syntax of Unix scripts written in
Scheme,
- a uniform convention for calling the Scheme
script interpreter, and
- a method for accessing the Unix command line
arguments from within the Scheme script.