1CSI(1) General Commands Manual CSI(1)
2
3
4
5‐.
6
7
9 The CHICKEN Scheme interpreter
10
11
13 csi [ pathname | option ... ]
14
15
17 csi is an interpreter for the programming language Scheme supporting
18 most of the features as described in the Revised^5 Report on the Algo‐
19 rithmic Language Scheme csi is implemented as a program compiled with
20 the chicken compiler.
21
22
24 Enter csi -help for a list of supported command-line options.
25
26
28 CHICKEN_INCLUDE_PATH
29 Contains one or more pathnames where the interpreter should also
30 look for include-files, separated by ; characters.
31
32
33 CHICKEN_PREFIX
34 Is used as a prefix directory for support files, include-files
35 and libraries.
36
37
38 CSI_OPTIONS
39 When set to a string of command-line options, then the options
40 are passed implicitly to every direct or indirect invocation of
41 csi
42 Note that runtime options of the form -... can not be passed
43 using this method.
44
45
47 More information can be found in the CHICKEN User's Manual
48
49
51 Submit bug reports by e-mail to chicken-janitors@nongnu.org , pre‐
52 ferrably using the chicken-bug tool.
53
54
56 The CHICKEN Team
57
58
60 chicken(1) chicken-bug(1)
61
62
63
64 20 May 2008 CSI(1)