SIOD
Section: User Commands (1C)
Updated: LOCAL
Index
Return to Main Contents
NAME
siod - small scheme interpreter (Scheme In One Defun).
SYNOPSIS
siod
[-hXXXXX] [-iXXXXX]
DESCRIPTION
Siod
is a very small scheme interpreter which can be used for short calculations
or included as a command interpreter or extension/macro language in other
applications.
COMMAND LINE OPTIONS
- -hXXXXX
-
The
XXXXX
should be an integer, specifying the number of cons cells to
allocate in the heap. The default is 5000.
- -iXXXXX
-
The
XXXXX
should be the name of an init file to load before going into
the read/eval/print loop.
FILES
siod.doc siod.scm
SEE ALSO
Structure and Interpretation of Computer Programs
, by Ableson and Sussman, MIT PRESS.
DIAGNOSTICS
Error messages may also set the variable errobj to the offending object.
BUGS
Does not GC during EVAL, only before each READ/EVAL/PRINT cycle.
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- COMMAND LINE OPTIONS
-
- FILES
-
- SEE ALSO
-
- DIAGNOSTICS
-
- BUGS
-
This document was created by
man2html,
using the manual pages.
Time: 18:12:05 GMT, January 07, 2023