() | () |
NAME
USAGE
DESCRIPTION
The zl command starts the interpreter.
OPTIONS
-g
Verbose GC. Report number of free nodes after each GC.
-i
Init mode. Init mode is used to build the initial image file. No image is
loaded. Do not use this option.
-n nodes
Specify the size of the node pool. Larger pools (up to some limit) increase
performance. The memory footprint of the zenlisp workspace is calculated as
follows:
nodes * (sizeof(int) * 2 + 1)
-L
Display the terms of use (license) and exit.
If an image file name is passed to the zl command, the specified image is loaded instead of the default image.
FURTHER INFORMATION
PREFIX/share/doc/zenlisp/zenlisp.txt
(The actual location of PREFIX may vary on your system. By default, it is /usr/local.)
FILES
ENVIRONMENT
AUTHOR