Last change
on this file since 13851 was
13851,
checked in by felix winkelmann, 12 years ago
|
documented SREs, some script and manaul fixes
|
File size:
1.1 KB
|
Rev | Line | |
---|
[5945] | 1 | [[tags:manual]] |
---|
| 2 | |
---|
[13851] | 3 | [[image:http://www.call-with-current-continuation.org/chicken4.png]] |
---|
[5945] | 4 | |
---|
[13710] | 5 | == The CHICKEN User's Manual |
---|
| 6 | |
---|
[12920] | 7 | This is the user's manual for the Chicken Scheme compiler, version 4.0.0x5 |
---|
[5945] | 8 | |
---|
[13683] | 9 | ; [[Getting started]] : What is CHICKEN and how do I use it? |
---|
[5945] | 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 | |
---|
[11842] | 21 | ; [[Extensions]] : Packaging and installing extension libraries. |
---|
[5945] | 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.