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