Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

csi(1) [debian man page]

CSI(1)							      General Commands Manual							    CSI(1)

-.

NAME
csi - The Chicken Scheme Interpreter SYNOPSIS
csi [ pathname | option ... ] DESCRIPTION
csi is an interpreter for the programming language Scheme supporting most of the features as described in the Revised^5 Report on the Algo- rithmic Language Scheme csi is implemented as a program compiled with the chicken compiler. OPTIONS
Enter csi -help for a list of supported command-line options. ENVIRONMENT VARIABLES
CHICKEN_INCLUDE_PATH Contains one or more pathnames where the interpreter should also look for include-files, separated by ; characters. CHICKEN_PREFIX Is used as a prefix directory for support files, include-files and libraries. CSI_OPTIONS When set to a string of command-line options, then the options are passed implicitly to every direct or indirect invocation of csi Note that runtime options of the form -... can not be passed using this method. DOCUMENTATION
More information can be found in the CHICKEN User's Manual BUGS
Submit bug reports by e-mail to chicken-janitors@nongnu.org , preferrably using the chicken-bug tool. AUTHOR
The CHICKEN Team SEE ALSO
chicken(1) chicken-bug(1) 20 May 2008 CSI(1)

Check Out this Related Man Page

CHICKEN-BUG(1)						      General Commands Manual						    CHICKEN-BUG(1)

NAME
chicken-bug - generates a bug report from user input SYNOPSIS
chicken-bug [ filename | OPTION ... ] OPTIONS
-help Show usage information. -to-stdout Write bug report to standard output instead of writing it to a file. - Read user input from standard input, even if files are given on the command line. DESCRIPTION
chicken-bug generates a bug report file that collects user-input, optional files and system information obtained from the installed CHICKEN executables and libraries. Non-option arguments given on the command line are inserted into the bug report. If no option is given, or if - has been passed on the command line, then a description of the problem is read from standard input, until EOF (CTRL-D) or a line consisting only of "." (period) is read. The bug report will be written to a file in the current directory, which should be sent to CHICKEN maintainers as it contains various use- ful bits of information that make it easier to classify the problem described. Bug reports should be as detailed as possible. It is also very helpful to include code that reproduces the problem. The more detailed the input and the more thorough the description is, the easier you make it for the CHICKEN developers to help you. BUGS
Submit bug reports by e-mail to chicken-janitors@nongnu.org AUTHOR
The CHICKEN Team. SEE ALSO
chicken(1) 19 Sep 2001 CHICKEN-BUG(1)
Man Page

5 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Compiled Compiler

I've got Solaris9 and it comes with no compiler. I've downloaded gcc from GNU, but you can't compile the files without the compiler (chicken before the egg situation). Some sites point to an ftp site of ftp.ai.prep.mit.edu where a compiled version of the GNU gcc exists, but when I have gone there... (3 Replies)
Discussion started by: AJA
3 Replies

2. UNIX for Dummies Questions & Answers

IP Address

I have an old UNIX server that is still being used for History information in a PMS role. We have recently revamped our network and implemented a new IP Scheme. I need to change the static IP information on this UNIX Server to a new IP and update the gateway information. I tried changing it with... (5 Replies)
Discussion started by: aholley
5 Replies

3. Programming

salida de comando a variable

Buenas, estoy intentando hacer lo siguiente: Enviar un comando at a un telefono movil y recibir la respuesta para tratarla. Algo estaré haciendo mal que usando open, write y read, solo consigo enviarle el comando pero no capturar la respuesta, solo aparece en pantalla por el terminal. Asi que... (1 Reply)
Discussion started by: daaran
1 Replies

4. Programming

fortran: segmentation fault when deallocating

Hi, I'm looking for a quite "interesting" bug at the moment - any idea could help! (o; Language is fortran 90, compiler gfortran (sry, dont find which version it is). As I suppose you dont want to read like 10k lines of code here, I won't post the entire thing ^^ The problem is that I get... (3 Replies)
Discussion started by: Giogio
3 Replies

5. Programming

Shell script to find Percentage?

Hi all, I havea log of data.log bear,10000,white bear,5000,black chicken,2000,white chicken,4000,yellow chicken,3000,black lion,6000,yellow lion,1000,white How can we have shell script to get the percentage of each animals? Thanks. (8 Replies)
Discussion started by: sabercats
8 Replies