|
NAMEchicken —
A Scheme-to-C translator
SYNOPSIS
DESCRIPTIONchicken is a compiler and interpreter for the
programming language Scheme supporting most of the features as described in
the Revised^5 Report on the Algorithmic Language Scheme. The
chicken program is the basic Scheme-to-C translator
used in this system. For a more convenient interface, see
csc(1).
FILENAME should be a complete source file name with extension, or “-” for standard input. OPTION may be one of the following: General options:
File and pathname options:
Language options:
Syntax related options:
Translation options:
Debugging options:
Optimization options:
Configuration options:
Obscure options:
ENVIRONMENTThe following environment variables change the behaviour ofchicken :
EXIT STATUSThechicken utility exits 0 on success,
and >0 if an error occurs.
SEE ALSOchicken(1), chicken-install(1), chicken-uninstall(1)More information can be found in the CHICKEN User's Manual. AUTHORSThe CHICKEN TeamBUGSSubmit bug reports by e-mail to chicken-janitors@nongnu.org
Visit the GSP FreeBSD Man Page Interface. |