Last change
on this file since 13872 was
13872,
checked in by felix winkelmann, 12 years ago
|
set version to 4.0.1x1; some trivial other fixes
|
File size:
1.1 KB
|
Line | |
---|
1 | [[tags:manual]] |
---|
2 | |
---|
3 | [[image:http://www.call-with-current-continuation.org/chicken4.png]] |
---|
4 | |
---|
5 | == The CHICKEN User's Manual |
---|
6 | |
---|
7 | This is the user's manual for the Chicken Scheme compiler, version 4.0.1x1 |
---|
8 | |
---|
9 | ; [[Getting started]] : What is CHICKEN and how do I use it? |
---|
10 | |
---|
11 | ; [[Basic mode of operation]] : Compiling Scheme files. |
---|
12 | |
---|
13 | ; [[Using the compiler]] : Explains how to use CHICKEN to compile programs and execute them. |
---|
14 | |
---|
15 | ; [[Using the interpreter]] : Invocation and usage of {{csi}}, the CHICKEN interpreter |
---|
16 | |
---|
17 | ; [[Supported language]] : The language implemented by CHICKEN (deviations from the standard and extensions). |
---|
18 | |
---|
19 | ; [[Interface to external functions and variables]] : Accessing C and C++ code and data. |
---|
20 | |
---|
21 | ; [[Extensions]] : Packaging and installing extension libraries. |
---|
22 | |
---|
23 | ; [[Data representation]] : How Scheme data is internally represented. |
---|
24 | |
---|
25 | ; [[Bugs and limitations]] : Yes, there are some. |
---|
26 | |
---|
27 | ; [[FAQ]] : A list of Frequently Asked Questions about CHICKEN (and their answers!). |
---|
28 | |
---|
29 | ; [[Acknowledgements]] : A list of some of the people that have contributed to make CHICKEN what it is. |
---|
30 | |
---|
31 | ; [[Bibliography]] : Links to documents that may be of interest. |
---|
32 | |
---|
Note: See
TracBrowser
for help on using the repository browser.