forked from mario-goulart/chicken-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcsi.1
78 lines (61 loc) · 1.26 KB
/
csi.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
-.\" dummy line
.TH CSI 1 "20 May 2008"
.SH NAME
The
.I CHICKEN
Scheme interpreter
.SH SYNOPSIS
.B csi
[
.I pathname
|
.I option ...
]
.SH DESCRIPTION
.I csi
is an interpreter for the programming language
.I Scheme
supporting most of the features as described in the
.I Revised^5 Report on
.I the Algorithmic Language Scheme
\.
.I csi
is implemented as a program compiled with the
.B chicken
compiler.
.SH OPTIONS
Enter
.B csi \-help
for a list of supported command-line options.
.SH ENVIRONMENT\ VARIABLES
.TP
.B CHICKEN_INCLUDE_PATH
Contains one or more pathnames where the interpreter should also look for include-files, separated by
.B \;
characters.
.TP
.B CHICKEN_PREFIX
Is used as a prefix directory for support files, include-files and libraries.
.TP
.B CSI_OPTIONS
When set to a string of command-line options, then the options are passed implicitly
to every direct or indirect invocation of
.I csi
.br
Note that runtime options of the form
.B \-\:\.\.\.
can not be passed using this method.
.SH DOCUMENTATION
More information can be found in the
.I CHICKEN\ User's\ Manual
.SH BUGS
Submit bug reports by e-mail to
, preferrably using the
.B chicken\-bug
tool.
.SH AUTHOR
The CHICKEN Team
.SH SEE ALSO
.BR chicken(1)
.BR chicken-bug(1)