1CHICKEN(1) General Commands Manual CHICKEN(1)
2
3
4
6 chicken - A Scheme-to-C translator
7
8
10 chicken PATHNAME [ OPTION ... ]
11
12
14 CHICKEN is a compiler and interpreter for the programming language
15 Scheme supporting most of the features as described in the Revised^5
16 Report on the Algorithmic Language Scheme The chicken program is the
17 basic Scheme-to-C translator used in this system. For a more conve‐
18 nient interface, see the manual page for csc(1).
19
20
22 Enter chicken -help for a list of supported command-line options.
23
24
26 CHICKEN_PREFIX
27 Is used as a prefix directory for support files, include-files
28 and libraries.
29
30
31 CHICKEN_INCLUDE_PATH
32 Contains one or more pathnames where the compiler should addi‐
33 tionally look for include-files, separated by ; characters.
34
35
36 CHICKEN_OPTIONS
37 Holds a string of default compiler options that should apply to
38 every invocation of chicken
39
40
42 More information can be found in the CHICKEN User's Manual
43
44
46 The CHICKEN Team.
47
48
50 csc(1) chicken-bug(1)
51
52
53
54 10 Sep 2002 CHICKEN(1)